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 7882a47 commit 67d2dc4Copy full SHA for 67d2dc4
.github/workflows/ci.yml
@@ -188,15 +188,15 @@ jobs:
188
189
- name: Build Docker image
190
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
191
- if: ${{ github.ref != 'refs/heads/master'}}
+ if: ${{ github.ref != 'refs/heads/stable-containers'}}
192
with:
193
context: .
194
push: false
195
tags: ${{ steps.meta.outputs.tags }}
196
labels: ${{ steps.meta.outputs.labels }}
197
- name: Build and push Docker image
198
199
- if: ${{ github.ref == 'refs/heads/master'}}
+ if: ${{ github.ref == 'refs/heads/stable-containers'}}
200
201
202
push: true
0 commit comments