.gitea/workflows/action.yml aktualisiert
All checks were successful
CI / build_act_base (push) Successful in 40s
All checks were successful
CI / build_act_base (push) Successful in 40s
This commit is contained in:
parent
cdbb4afefe
commit
25a2beaccd
1 changed files with 9 additions and 11 deletions
|
@ -10,8 +10,7 @@ jobs:
|
|||
runs-on: 'priviliged'
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: |
|
||||
rm $(which docker) && curl -fsSL https://get.docker.com | sh
|
||||
run: "rm $(which docker) && curl -fsSL https://get.docker.com | sh"
|
||||
- name: Set up QEMU
|
||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||
- name: Setup Buildx
|
||||
|
@ -47,8 +46,7 @@ jobs:
|
|||
language: lua
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: |
|
||||
rm $(which docker) && curl -fsSL https://get.docker.com | sh
|
||||
run: "rm $(which docker) && curl -fsSL https://get.docker.com | sh"
|
||||
- name: Set up QEMU
|
||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||
- name: Setup Buildx
|
||||
|
|
Loading…
Reference in a new issue