We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a53d726 + 1db9b23 commit 3d89ff8Copy full SHA for 3d89ff8
.github/workflows/docker-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
push:
35
runs-on: ubuntu-latest
36
needs: build
37
- if: github.repository_owner == github.actor # Only push for repository owner, not forks
+ if: github.repository_owner == github.actor || github.repository_owner == 'dumbwareio' # Only push for repository owner, not forks
38
39
steps:
40
# Step 4: Log in to Docker Hub (only for non-forked repositories)
0 commit comments