Skip to content

Commit 8e3df23

Browse files
author
Andrei Neagu
committed
adding missing requirement
1 parent 7bfc15f commit 8e3df23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/piublish-dockerhub.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ jobs:
2424
with:
2525
images: itisfoundation/ci-service-integration-library
2626

27+
- name: Set up Docker Buildx
28+
uses: docker/setup-buildx-action@v3
29+
2730
- name: Build and push Docker image
2831
uses: docker/build-push-action@v6
2932
with:
3033
platforms: linux/amd64,linux/arm64
3134
push: true
3235
tags: ${{ steps.meta.outputs.tags }}
33-
labels: ${{ steps.meta.outputs.labels }}
36+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)