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 54944b5 commit e9da180Copy full SHA for e9da180
.github/workflows/CI.yml
@@ -43,7 +43,7 @@ jobs:
43
run: docker buildx bake --file docker-bake.hcl --print
44
45
- name: Build image for tag ${{ matrix.target }}
46
- run: docker buildx bake --file docker-bake.hcl ${{ matrix.target }} --load
+ run: docker buildx bake --file docker-bake.hcl ${{ matrix.target }}
47
48
- name: Publish image for tag ${{ matrix.target }}
49
if: github.ref == 'refs/heads/master' && github.event_name == 'workflow_dispatch'
0 commit comments