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 ee5d3bb commit da5ad89Copy full SHA for da5ad89
.github/actions/release-container/action.yml
@@ -29,7 +29,7 @@ runs:
29
steps:
30
- run: |
31
echo "IMAGE_WITH_TAG=${image}:$(cat container-version.txt)" >> $GITHUB_ENV
32
- echo "IMAGE_WITH_DIGEST=${image}@${digest}" >> $GITHUB_ENV
+ echo "IMAGE_WITH_DIGEST=${image}@$(cat container-digest.txt)" >> $GITHUB_ENV
33
shell: bash
34
env:
35
image: ${{ inputs.registry }}/matheuscscp/gke-metadata-server
0 commit comments