We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b395b commit 43d3089Copy full SHA for 43d3089
.github/workflows/ci_cd.yml
@@ -62,7 +62,8 @@ jobs:
62
name: Deploy to staging
63
environment:
64
name: Staging
65
- if: github.event.ref == 'refs/heads/main'
+ #if: github.event.ref == 'refs/heads/main'
66
+ if: false
67
needs: build
68
runs-on: ubuntu-latest
69
steps:
@@ -144,7 +145,8 @@ jobs:
144
145
name: Push main images to registry (staging)
146
147
148
149
150
151
152
permissions:
@@ -157,7 +159,6 @@ jobs:
157
159
with:
158
160
ref: main
161
-
162
- name: Log in to the Container registry
163
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
164
0 commit comments