Skip to content

Commit

Permalink
fix action.yml (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuscscp authored Jan 2, 2024
1 parent ee5d3bb commit da5ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
steps:
- run: |
echo "IMAGE_WITH_TAG=${image}:$(cat container-version.txt)" >> $GITHUB_ENV
echo "IMAGE_WITH_DIGEST=${image}@${digest}" >> $GITHUB_ENV
echo "IMAGE_WITH_DIGEST=${image}@$(cat container-digest.txt)" >> $GITHUB_ENV
shell: bash
env:
image: ${{ inputs.registry }}/matheuscscp/gke-metadata-server
Expand Down

0 comments on commit da5ad89

Please sign in to comment.