Skip to content

Commit 539582d

Browse files
committed
Update Docker publish workflow to new default branch name
1 parent 55e2b85 commit 539582d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
uses: docker/build-push-action@v6
5959
with:
6060
context: .
61-
push: ${{ github.ref_type == 'tag' || github.ref_name == 'master' }}
61+
push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' }}
6262
tags: ${{ steps.meta.outputs.tags }}
6363
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)