File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515 - ' .github/workflows/CI.yml'
1616 workflow_dispatch :
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : true
21+
22+
1823jobs :
1924 build :
2025 strategy :
@@ -40,11 +45,11 @@ jobs:
4045 - name : Check buildx bake
4146 run : docker buildx bake --file docker-bake.hcl --print
4247
43- - name : Publish an image for tag ${{ matrix.target }}
48+ - name : Build image for tag ${{ matrix.target }}
4449 if : github.ref == 'refs/heads/master'
4550 run : docker buildx bake --file docker-bake.hcl ${{ matrix.target }} --load
4651
47- - name : Publish an image for tag ${{ matrix.target }}
52+ - name : Publish image for tag ${{ matrix.target }}
4853 if : github.ref == 'refs/heads/master' && github.event_name == 'workflow_dispatch'
4954 run : docker buildx bake --file docker-bake.hcl ${{ matrix.target }} --push
5055
You can’t perform that action at this time.
0 commit comments