Skip to content

Commit 36d8583

Browse files
committed
bug in git workflow
1 parent 805dbb3 commit 36d8583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frlab-noetic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
BUILDKIT_PROGRESS: plain
5858

5959
- name: Login to container registry 🔐
60-
if: github.ref == 'refs/heads/main'
60+
if: github.ref == 'refs/heads/master'
6161
uses: docker/login-action@v3
6262
with:
6363
registry: ${{ env.REGISTRY }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Push Image to container registry 📤
6868
uses: docker/build-push-action@v5
69-
if: github.ref == 'refs/heads/main' || github.event_name == 'schedule'
69+
if: github.ref == 'refs/heads/master' || github.event_name == 'schedule'
7070
with:
7171
context: .binder
7272
push: true

0 commit comments

Comments
 (0)