Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Oct 30, 2024
1 parent 33429ab commit 9f5e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [ "${{ github.ref_name }}" == "main" ]; then
echo "IMAGE_TAG=latest" >> $GITHUB_ENV
else
echo "IMAGE_TAG=jlantz-test'" >> $GITHUB_ENV
echo "IMAGE_TAG=jlantz-test" >> $GITHUB_ENV
fi
- name: Build and push Docker image
Expand Down

0 comments on commit 9f5e1d8

Please sign in to comment.