File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Continuous Integration"
22
33on :
44 push :
5- branches : [ stable-containers ]
5+ branches : [ master ]
66 pull_request :
77
88env :
@@ -188,15 +188,15 @@ jobs:
188188
189189 - name : Build Docker image
190190 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
191- if : ${{ github.ref != 'refs/heads/stable-containers '}}
191+ if : ${{ github.ref != 'refs/heads/master '}}
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/stable-containers '}}
199+ if : ${{ github.ref == 'refs/heads/master '}}
200200 with :
201201 context : .
202202 push : true
You can’t perform that action at this time.
0 commit comments