From 96cae021e851d58c7027c8cfcfd9a8f472daae5e Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 14:56:34 +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 33a1f2e..d0bb80b 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -60,7 +60,7 @@ jobs: 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 }} + PACKAGE_VERSION: ${{ matrix.version }} build_java: runs-on: 'ubuntu-latest' @@ -91,4 +91,4 @@ jobs: 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 + PACKAGE_VERSION: ${{ matrix.version }} \ No newline at end of file