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 b5e3b22 commit 1fe2f31Copy full SHA for 1fe2f31
.github/workflows/build-and-deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
DIGEST=$(docker buildx imagetools inspect --raw ${REPO_URL}/example-project-app:${{ github.run_number }} | jq -r '.manifests[0].digest')
56
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
57
echo "image_name=${REPO_URL}/example-project-app" >> $GITHUB_OUTPUT
58
- echo "full_image_name=${REPO_URL}/example-project-app:{{ github.run_number }}@$DIGEST" >> $GITHUB_OUTPUT
+ echo "full_image_name=${REPO_URL}/example-project-app:${{ github.run_number }}@$DIGEST" >> $GITHUB_OUTPUT
59
60
- name: Sign docker image
61
env:
0 commit comments