Skip to content

Commit

Permalink
fix: public docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 7, 2024
1 parent 73501aa commit 2092d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish Docker image

on:
push:
branches: [ "main" "docker"]
branches: [ master, docker ]
pull_request:
branches: [ "main" "docker"]
branches: [ master, docker ]

env:
DOCKER_ID: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 2092d21

Please sign in to comment.