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