Use setup QEMU action instead
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 1m32s
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 1m32s
This commit is contained in:
parent
5884d1537c
commit
72f536d92e
@ -37,8 +37,8 @@ jobs:
|
||||
NODE_ENV: production
|
||||
OMNIVORE_API_KEY: ${{ secrets.OMNIVORE_API_KEY }}
|
||||
UMAMI_API_KEY: ${{ secrets.UMAMI_API_KEY }}
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to gitea container registry
|
||||
|
Loading…
Reference in New Issue
Block a user