.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
16a0044cf3
commit
f2acb039be
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
git.euph.dev/actions/runner-basic:latest
|
||||
git.euph.dev/actions/runner-basic:${{ gitea.run_number }}-${{ formatTimestamp(now(), 'yyyyMMddHHmm') }}
|
||||
|
||||
build_php:
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
@ -57,4 +58,4 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
git.euph.dev/actions/runner-php-${{ matrix.version }}:latest
|
||||
env:
|
||||
git.euph.dev/actions/runner-php:${{ gitea.run_number }}-${{ formatTimestamp(now(), 'yyyyMMddHHmm') }}
|
||||
|
|
Loading…
Reference in a new issue