From 48ad41132b20aaf610af43865c1b403bd6be9386 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 24 Apr 2024 18:45:57 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 1c89a92..0b470a0 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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 }} \ No newline at end of file