Skip to content

Commit c111df4

Browse files
authored
Update docker-image.yml
1 parent e2a3ba4 commit c111df4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/docker-image.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,20 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
ref: feature/cluster-endpoints
22-
22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
- name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v3
2326
- name: Log in to the Container registry
2427
uses: docker/login-action@v3
2528
with:
2629
registry: ${{ env.REGISTRY }}
2730
username: ${{ github.actor }}
2831
password: ${{ secrets.GITHUB_TOKEN }}
29-
32+
- name: Set up QEMU
33+
uses: docker/setup-qemu-action@v3
34+
- name: Set up Docker Buildx
35+
uses: docker/setup-buildx-action@v3
3036
- name: Extract metadata (tags, labels) for Docker
3137
id: meta
3238
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)