We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a050e0f commit 4c35a4cCopy full SHA for 4c35a4c
.github/workflows/docker.yaml
@@ -138,4 +138,4 @@ jobs:
138
plugin_url: https://d2hvyiie56hcat.cloudfront.net/linux/amd64/plugin/latest/notation-aws-signer-plugin.zip
139
plugin_checksum: cccfe8fdcdf853d83fd57ffc80524eddda75ad7ae9d9a257b087007230ec02f9
140
key_id: arn:aws:signer:eu-west-1:054614622558:/signing-profiles/vol_app_20240313124948142600000001
141
- target_artifact_reference: ${{ env.ECR_REGISTRY }}/vol-app/${{ inputs.project }}/@${{ steps.build-and-push.outputs.digest }}
+ target_artifact_reference: ${{ env.ECR_REGISTRY }}/vol-app/${{ inputs.project }}@${{ steps.build-and-push.outputs.digest }}
app/internal/.gitignore
@@ -3,3 +3,4 @@
3
# Trigger CI.
4
5
6
+# Trigger CI.
0 commit comments