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