Skip to content

Commit 67d2dc4

Browse files
Build on graph
1 parent 7882a47 commit 67d2dc4

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
@@ -188,15 +188,15 @@ jobs:
188188
189189
- name: Build Docker image
190190
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
191-
if: ${{ github.ref != 'refs/heads/master'}}
191+
if: ${{ github.ref != 'refs/heads/stable-containers'}}
192192
with:
193193
context: .
194194
push: false
195195
tags: ${{ steps.meta.outputs.tags }}
196196
labels: ${{ steps.meta.outputs.labels }}
197197
- name: Build and push Docker image
198198
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
199-
if: ${{ github.ref == 'refs/heads/master'}}
199+
if: ${{ github.ref == 'refs/heads/stable-containers'}}
200200
with:
201201
context: .
202202
push: true

0 commit comments

Comments
 (0)