Skip to content

Commit

Permalink
fix master branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed Oct 15, 2023
1 parent 2766ecb commit 8cdb0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rob93c/christmas-greeter
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/main' }}
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/master' }}
type=ref,event=pr
- name: Upload Docker image
Expand Down

0 comments on commit 8cdb0ff

Please sign in to comment.