Skip to content

Commit

Permalink
🐛 Docker workflow fix
Browse files Browse the repository at this point in the history
Follow up from #3067
  • Loading branch information
AndreMiras committed Oct 1, 2024
1 parent c88cf13 commit 2a4dd96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: docker push
if: github.ref == 'refs/heads/develop'
run: make docker/push
run: echo make docker/push
- name: docker push (tag)
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 2a4dd96

Please sign in to comment.