Skip to content

Commit 2a4dd96

Browse files
committed
🐛 Docker workflow fix
Follow up from #3067
1 parent c88cf13 commit 2a4dd96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: docker push
2626
if: github.ref == 'refs/heads/develop'
2727
run: make docker/push
28-
run: echo make docker/push
2928
- name: docker push (tag)
3029
if: startsWith(github.ref, 'refs/tags/')
3130
run: |

0 commit comments

Comments
 (0)