Skip to content

Commit

Permalink
Remove check for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Dec 19, 2024
1 parent 26d4de6 commit cb43547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker push $image_name:$image_ver
- name: Publish Docker image to GHCR as latest
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
run: |
docker tag $image_name $image_name:latest
docker push $image_name:latest

0 comments on commit cb43547

Please sign in to comment.