We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805dbb3 commit 36d8583Copy full SHA for 36d8583
.github/workflows/frlab-noetic.yaml
@@ -57,7 +57,7 @@ jobs:
57
BUILDKIT_PROGRESS: plain
58
59
- name: Login to container registry 🔐
60
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
61
uses: docker/login-action@v3
62
with:
63
registry: ${{ env.REGISTRY }}
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Push Image to container registry 📤
68
uses: docker/build-push-action@v5
69
- if: github.ref == 'refs/heads/main' || github.event_name == 'schedule'
+ if: github.ref == 'refs/heads/master' || github.event_name == 'schedule'
70
71
context: .binder
72
push: true
0 commit comments