Skip to content

Commit da5ad89

Browse files
authored
fix action.yml (#42)
1 parent ee5d3bb commit da5ad89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release-container/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
steps:
3030
- run: |
3131
echo "IMAGE_WITH_TAG=${image}:$(cat container-version.txt)" >> $GITHUB_ENV
32-
echo "IMAGE_WITH_DIGEST=${image}@${digest}" >> $GITHUB_ENV
32+
echo "IMAGE_WITH_DIGEST=${image}@$(cat container-digest.txt)" >> $GITHUB_ENV
3333
shell: bash
3434
env:
3535
image: ${{ inputs.registry }}/matheuscscp/gke-metadata-server

0 commit comments

Comments
 (0)