Skip to content

Commit

Permalink
Revert docker tag for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Aug 18, 2024
1 parent 2cf16c7 commit b05e8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: set_image_name
run: |
if [ "${{ github.ref_name }}" == "master" ]; then
IMAGE_TAG="latest"
IMAGE_TAG="master"
elif [ "${{ github.ref_name }}" == "develop" ]; then
IMAGE_TAG="develop"
else
Expand Down

0 comments on commit b05e8ed

Please sign in to comment.