.gitea/workflows/action.yml aktualisiert
Some checks failed
Some checks failed
This commit is contained in:
parent
5e538dd5c9
commit
86dffba82c
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: '{{defaultContext}}:images/actions/act'
|
context: '{{defaultContext}}:images/actions/act'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-basic:latest
|
git.euph.dev/actions/runner-basic:latest
|
||||||
git.euph.dev/actions/runner-basic:${{ gitea.run_number }}
|
git.euph.dev/actions/runner-basic:${{ gitea.run_number }}
|
||||||
|
|
||||||
|
@ -64,6 +64,6 @@ jobs:
|
||||||
context: '{{defaultContext}}:images/actions/${{ matrix.language }}'
|
context: '{{defaultContext}}:images/actions/${{ matrix.language }}'
|
||||||
push: true
|
push: true
|
||||||
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:latest
|
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:latest
|
||||||
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:${{ gitea.run_number }}
|
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:${{ gitea.run_number }}
|
||||||
|
|
Loading…
Reference in a new issue