diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 115c31f..1c89a92 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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') }}