Skip to content

Commit 3d89ff8

Browse files
authored
Merge pull request #11 from nett00n/bugfix/github-actor-is-not-the-same-as-owner
bugfix: github actor is not the same as owner
2 parents a53d726 + 1db9b23 commit 3d89ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
push:
3535
runs-on: ubuntu-latest
3636
needs: build
37-
if: github.repository_owner == github.actor # Only push for repository owner, not forks
37+
if: github.repository_owner == github.actor || github.repository_owner == 'dumbwareio' # Only push for repository owner, not forks
3838

3939
steps:
4040
# Step 4: Log in to Docker Hub (only for non-forked repositories)

0 commit comments

Comments
 (0)