From 86dffba82ce6df1798ca90a91bf3f6c1b1eeddb0 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 10:31:49 +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 0e18d35..3413e03 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -27,7 +27,7 @@ jobs: with: context: '{{defaultContext}}:images/actions/act' push: true - tags: | + tags: | git.euph.dev/actions/runner-basic:latest git.euph.dev/actions/runner-basic:${{ gitea.run_number }} @@ -64,6 +64,6 @@ jobs: context: '{{defaultContext}}:images/actions/${{ matrix.language }}' push: true build-args: PACKAGE_VERSION=${{ matrix.version }} - tags: | + tags: | git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:latest git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:${{ gitea.run_number }}