Skip to content

Commit

Permalink
ci: fix target_artifact_reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Mar 13, 2024
1 parent 0b9900f commit a050e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ jobs:
plugin_url: https://d2hvyiie56hcat.cloudfront.net/linux/amd64/plugin/latest/notation-aws-signer-plugin.zip
plugin_checksum: cccfe8fdcdf853d83fd57ffc80524eddda75ad7ae9d9a257b087007230ec02f9
key_id: arn:aws:signer:eu-west-1:054614622558:/signing-profiles/vol_app_20240313124948142600000001
target_artifact_reference: ${{ env.ECR_REGISTRY }}/vol-app/${{ inputs.project }}/${{ inputs.app-artefact-name }}@${{ steps.build-and-push.outputs.digest }}
target_artifact_reference: ${{ env.ECR_REGISTRY }}/vol-app/${{ inputs.project }}/@${{ steps.build-and-push.outputs.digest }}
1 change: 1 addition & 0 deletions app/internal/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
!.gitignore
# Trigger CI.
# Trigger CI.
# Trigger CI.

0 comments on commit a050e0f

Please sign in to comment.