From 531de22998f525c2037974049f6d1a03f7fb3ca0 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 14:57:00 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index d0bb80b..7219113 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -56,11 +56,11 @@ jobs: with: context: "{{defaultContext}}:images/actions/php" push: true + build-args: + PACKAGE_VERSION: ${{ matrix.version }} tags: | git.euph.dev/actions/runner-php-${{ matrix.version }}:latest git.euph.dev/actions/runner-php-${{ matrix.version }}:${{ gitea.run_number }} - build-args: - PACKAGE_VERSION: ${{ matrix.version }} build_java: runs-on: 'ubuntu-latest' @@ -87,8 +87,8 @@ jobs: with: context: "{{defaultContext}}:images/actions/java" push: true + build-args: + PACKAGE_VERSION: ${{ matrix.version }} tags: | git.euph.dev/actions/runner-java-${{ matrix.version }}:latest - git.euph.dev/actions/runner-java-${{ matrix.version }}:${{ gitea.run_number }} - build-args: - PACKAGE_VERSION: ${{ matrix.version }} \ No newline at end of file + git.euph.dev/actions/runner-java-${{ matrix.version }}:${{ gitea.run_number }} \ No newline at end of file