Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 26, 2023
1 parent c93ca4f commit b812431
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 @@ -62,7 +62,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=raw,value=master-{{ date 'X' }},enable={{is_default_branch}}
type=raw,value=main-{{ date 'X' }},enable={{is_default_branch}}
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit b812431

Please sign in to comment.