From 19722ee30b61db7d4e074094fe353dbf5dade12e Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 15:00:58 +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 f7eee3d..a8417bd 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -56,7 +56,7 @@ jobs: with: context: "{{defaultContext}}:images/actions/php" push: true - build-args: [ PACKAGE_VERSION: ${{ matrix.version }} ] + 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 }} @@ -86,7 +86,7 @@ jobs: with: context: "{{defaultContext}}:images/actions/java" push: true - build-args: [ PACKAGE_VERSION: ${{ matrix.version }} ] + 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 }} \ No newline at end of file