Skip to content

Commit aa6c2c0

Browse files
author
Admire Nyakudya
committed
add missing steps
1 parent 85e5399 commit aa6c2c0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-image.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ jobs:
5656
current_date: ${{ steps.current_date.outputs.formatted }}
5757

5858
steps:
59+
- uses: actions/checkout@v6
60+
- name: Set up QEMU
61+
uses: docker/setup-qemu-action@v4
5962
- name: Checkout
6063
uses: actions/checkout@v6
61-
6264
- name: Set up Docker Buildx
6365
uses: docker/setup-buildx-action@v4
6466

65-
6667
- name: Build local metadata image
6768
uses: docker/build-push-action@v7
6869
with:

0 commit comments

Comments
 (0)