Skip to content

Commit b777e5c

Browse files
Build on graph
1 parent c6031a1 commit b777e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ jobs:
183183
184184
- name: Build Docker image
185185
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
186-
if: ${{ github.ref != 'refs/heads/master'}}
186+
if: ${{ github.ref != 'refs/heads/stable-containers'}}
187187
with:
188188
context: .
189189
push: false
190190
tags: ${{ steps.meta.outputs.tags }}
191191
labels: ${{ steps.meta.outputs.labels }}
192192
- name: Build and push Docker image
193193
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
194-
if: ${{ github.ref == 'refs/heads/master'}}
194+
if: ${{ github.ref == 'refs/heads/stable-containers'}}
195195
with:
196196
context: .
197197
push: true

0 commit comments

Comments
 (0)