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

Commit 4986436

Browse files
committed
Same mistake for the registry login...
1 parent 8283322 commit 4986436

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
@@ -48,7 +48,7 @@ jobs:
4848
# Login against a Docker registry except on PR
4949
# https://github.com/docker/login-action
5050
- name: Log into registry ${{ env.REGISTRY }}
51-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
51+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
5252
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
5353
with:
5454
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)