Skip to content

Commit 11d5b23

Browse files
committed
update docker publish yml
1 parent 4687f5d commit 11d5b23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
type=semver,pattern={{major}}.{{minor}}
4242
type=sha,format=short
4343
44+
- name: Set up Docker Buildx
45+
uses: docker/setup-buildx-action@v3
46+
with:
47+
driver: docker
48+
buildkitd-flags: --debug
49+
4450
- name: Build and push Docker image
4551
uses: docker/build-push-action@v5
4652
with:

0 commit comments

Comments
 (0)