Skip to content

Commit 765e8b3

Browse files
authored
ci: fix Docker image build and push by upgrading to latest buildx (#5418)
Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com>
1 parent 97964dd commit 765e8b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@v3
4949
with:
5050
install: true
51+
version: latest
5152
- name: Get the release tag
5253
run: |
5354
RELEASE_VERSION=${{ github.ref_name }}
@@ -142,6 +143,7 @@ jobs:
142143
uses: docker/setup-buildx-action@v3
143144
with:
144145
install: true
146+
version: latest
145147
- name: Build and push iroha2-profiling image
146148
uses: docker/build-push-action@v6
147149
if: always()

0 commit comments

Comments
 (0)