Skip to content

Commit

Permalink
Echo to github env
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 3, 2024
1 parent 0dfb555 commit bec949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
exit 1
fi
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "CONTAINER_TAG=${{ env.ECR_REPO }}:$VERSION"
echo "CONTAINER_TAG=${{ env.ECR_REPO }}:$VERSION" >> $GITHUB_ENV
- name: Check if image exist
run: |
Expand Down

0 comments on commit bec949b

Please sign in to comment.