We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51d0fdb + 22d3240 commit e79d5a8Copy full SHA for e79d5a8
templates/.github/workflows/30-release-and-build.yaml.j2
@@ -24,11 +24,6 @@ jobs:
24
- uses: docker/setup-qemu-action@v3
25
26
- uses: docker/setup-buildx-action@v3
27
- with:
28
- # moby/buildkit v0.11.0 causes untagged images to appear in github
29
- # packages and the workaround does not seem to have any effect
30
- # (set provenance=false in docker/build-push-action@v4)
31
- driver-opts: network=host,image=moby/buildkit:v0.10.5
32
33
- name: Semantic release
34
id: semantic-release
0 commit comments