From e84baf58176955e0de051ea656e05f4d422f7704 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 14:56:15 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 3e95db1..33a1f2e 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -59,8 +59,8 @@ jobs: tags: | git.euph.dev/actions/runner-php-${{ matrix.version }}:latest git.euph.dev/actions/runner-php-${{ matrix.version }}:${{ gitea.run_number }} - env: - PACKAGE_VERSION: ${{ matrix.version }} + build-args: + - PACKAGE_VERSION: ${{ matrix.version }} build_java: runs-on: 'ubuntu-latest' @@ -90,5 +90,5 @@ jobs: tags: | git.euph.dev/actions/runner-java-${{ matrix.version }}:latest git.euph.dev/actions/runner-java-${{ matrix.version }}:${{ gitea.run_number }} - env: - PACKAGE_VERSION: ${{ matrix.version }} \ No newline at end of file + build-args: + - PACKAGE_VERSION: ${{ matrix.version }} \ No newline at end of file