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 c6031a1 commit b777e5cCopy full SHA for b777e5c
.github/workflows/ci.yml
@@ -183,15 +183,15 @@ jobs:
183
184
- name: Build Docker image
185
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
186
- if: ${{ github.ref != 'refs/heads/master'}}
+ if: ${{ github.ref != 'refs/heads/stable-containers'}}
187
with:
188
context: .
189
push: false
190
tags: ${{ steps.meta.outputs.tags }}
191
labels: ${{ steps.meta.outputs.labels }}
192
- name: Build and push Docker image
193
194
- if: ${{ github.ref == 'refs/heads/master'}}
+ if: ${{ github.ref == 'refs/heads/stable-containers'}}
195
196
197
push: true
0 commit comments