Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 8283322

Browse files
committed
Typo in workflow, master branch is named "main"...
1 parent 121f874 commit 8283322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
# pull: true
8585
# load: true
86-
push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
86+
push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
8787
tags: |
8888
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.semver_parser.outputs.major }}
8989
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.semver_parser.outputs.major }}.${{ steps.semver_parser.outputs.minor }}

0 commit comments

Comments
 (0)