Skip to content

Commit

Permalink
update docker publish on comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-logan-patrick-ct committed Oct 15, 2024
1 parent 65fbae3 commit 894bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/publish') && github.event.comment.user.login == 'Oded-B'
if: github.event.issue.pull_request && contains(github.event.comment.body, '/publish') && contains(fromJson('["Oded-B", "jared-logan-patrick-ct"]'), github.event.comment.user.login)
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 894bb6e

Please sign in to comment.