From 26a04545ce3900142462a01e140b2412b9a6e4c8 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 11:33:58 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 0c4c7b4..2b8c7e4 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -59,13 +59,15 @@ 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.versions }} build_java: runs-on: 'ubuntu-latest' needs: build_act strategy: matrix: - version: [21] + version: [1_8_0, 17, 21] steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh @@ -87,4 +89,6 @@ jobs: push: true 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 + git.euph.dev/actions/runner-java-${{ matrix.version }}:${{ gitea.run_number }} + env: + PACKAGE_VERSION: ${{ matrix.versions }} \ No newline at end of file