.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
96cae021e8
commit
531de22998
1 changed files with 5 additions and 5 deletions
|
@ -56,11 +56,11 @@ jobs:
|
|||
with:
|
||||
context: "{{defaultContext}}:images/actions/php"
|
||||
push: true
|
||||
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 }}
|
||||
build-args:
|
||||
PACKAGE_VERSION: ${{ matrix.version }}
|
||||
|
||||
build_java:
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
@ -87,8 +87,8 @@ jobs:
|
|||
with:
|
||||
context: "{{defaultContext}}:images/actions/java"
|
||||
push: true
|
||||
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 }}
|
||||
build-args:
|
||||
PACKAGE_VERSION: ${{ matrix.version }}
|
||||
git.euph.dev/actions/runner-java-${{ matrix.version }}:${{ gitea.run_number }}
|
Loading…
Reference in a new issue