Skip to content

Commit c65ac16

Browse files
committed
fix docker buildx
1 parent 1eededf commit c65ac16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
packages: write
2424
#
2525
steps:
26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v3.12.0
2628
- name: Checkout repository
2729
uses: actions/checkout@v4
2830
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.

0 commit comments

Comments
 (0)