Skip to content

Commit e79d5a8

Browse files
authored
Merge pull request #152 from linkorb/remove-docker-workaround-0000
chore: remove docker workaround for a specific version #0000
2 parents 51d0fdb + 22d3240 commit e79d5a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

templates/.github/workflows/30-release-and-build.yaml.j2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- uses: docker/setup-qemu-action@v3
2525

2626
- 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
3227

3328
- name: Semantic release
3429
id: semantic-release

0 commit comments

Comments
 (0)