Skip to content

Commit d6e41c5

Browse files
committed
Fix github actions for publish cli image to Dockerhub
1 parent bb17337 commit d6e41c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
send-notification:
7070
runs-on: ubuntu-latest
71-
needs: [publish]
71+
needs: [push_to_registry]
7272
if: |
7373
always() &&
7474
github.repository == 'veraPDF/veraPDF-apps' &&

0 commit comments

Comments
 (0)