Skip to content

Commit

Permalink
Merge pull request #24 from cyber-dojo/use-private-ecr-image-in-ci-wo…
Browse files Browse the repository at this point in the history
…rkflow

Add missing line-continuation characters in CI workflow
  • Loading branch information
JonJagger committed May 15, 2024
2 parents 82f45b4 + da68300 commit bf63547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
run: |
DIGEST=$(echo ${{ steps.docker_build.outputs.digest }} | sed 's/.*://')
kosli attest artifact "${{ env.IMAGE_NAME }}"
--fingerprint="${DIGEST}"
kosli attest artifact "${{ env.IMAGE_NAME }}" \
--fingerprint="${DIGEST}" \
--name=runner
echo "artifact_digest=${DIGEST}" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit bf63547

Please sign in to comment.