Added setup qemu action
This commit is contained in:
parent
667c092983
commit
5615798abb
|
@ -25,6 +25,8 @@ jobs:
|
|||
registry: git.winteraccess.id
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Setup Docker buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build and push almalinux9
|
||||
|
|
Loading…
Reference in New Issue