.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
531de22998
commit
9411d4c53b
1 changed files with 2 additions and 4 deletions
|
@ -56,8 +56,7 @@ jobs:
|
|||
with:
|
||||
context: "{{defaultContext}}:images/actions/php"
|
||||
push: true
|
||||
build-args:
|
||||
PACKAGE_VERSION: ${{ matrix.version }}
|
||||
build-args: [ PACKAGE_VERSION: ${{ matrix.version }} ]
|
||||
tags: |
|
||||
git.euph.dev/actions/runner-php-${{ matrix.version }}:latest
|
||||
git.euph.dev/actions/runner-php-${{ matrix.version }}:${{ gitea.run_number }}
|
||||
|
@ -87,8 +86,7 @@ jobs:
|
|||
with:
|
||||
context: "{{defaultContext}}:images/actions/java"
|
||||
push: true
|
||||
build-args:
|
||||
PACKAGE_VERSION: ${{ matrix.version }}
|
||||
build-args: [ PACKAGE_VERSION: ${{ matrix.version }} ]
|
||||
tags: |
|
||||
git.euph.dev/actions/runner-java-${{ matrix.version }}:latest
|
||||
git.euph.dev/actions/runner-java-${{ matrix.version }}:${{ gitea.run_number }}
|
Loading…
Reference in a new issue