diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 25c1dd3..115c31f 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -50,6 +50,7 @@ jobs: username: ${{ secrets.DEPLOY_USER }} password: ${{ secrets.DEPLOY_SECRET }} - name: Build and push php image + id: build_act_php uses: 'https://git.euph.dev/actions/docker-build-push@v5' with: context: "{{defaultContext}}:images/actions/php" @@ -57,5 +58,3 @@ jobs: tags: | git.euph.dev/actions/runner-php-${{ matrix.version }}:latest env: - PACKAGE_VERSION: ${{ matrix.version }} -