From c03e93d736fcde5268db70380e312900cdda172a Mon Sep 17 00:00:00 2001 From: Ivan Chvets Date: Tue, 17 Oct 2023 20:34:04 -0400 Subject: [PATCH] fix: added docker login --- .github/workflows/integrate.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 7bba55c..f5e3431 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -4,7 +4,7 @@ on: workflow_call: inputs: rock: - description: Path to rockcraft project + description: "Path to rock directory, i.e. directory containing rockcraft.yaml" required: true default: '.' type: string @@ -46,6 +46,7 @@ jobs: ROCK="${NAME}_${VERSION}_${ARCH}" sudo skopeo --insecure-policy copy oci-archive:$ROCK.rock docker-daemon:$ROCK:$VERSION echo "image=$ROCK:$VERSION" >> "$GITHUB_OUTPUT" + docker login working-directory: ${{ inputs.rock }} - name: Scan for vulnerabilities