.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
25a2beaccd
commit
6553971331
1 changed files with 38 additions and 38 deletions
|
@ -10,7 +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
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
id: build_act_base
|
||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||
with:
|
||||
context: "{{defaultContext}}:images/actions/act"
|
||||
context: '{{defaultContext}}:images/actions/act'
|
||||
push: true
|
||||
tags: |
|
||||
git.euph.dev/actions/runner-basic:latest
|
||||
|
@ -46,7 +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
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
id: build_act_${{ matrix.language }}
|
||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||
with:
|
||||
context: "{{defaultContext}}:images/actions/${{ matrix.language }}"
|
||||
context: '{{defaultContext}}:images/actions/${{ matrix.language }}'
|
||||
push: true
|
||||
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
||||
tags: |
|
||||
|
|
Loading…
Reference in a new issue