Skip to content

Commit

Permalink
Fixed error in action
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuuu committed Aug 22, 2022
1 parent e54f49a commit e8c24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=latest,enable=master
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit e8c24c2

Please sign in to comment.