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