name: PHP 8.2 on: schedule: - cron: "@weekly" push: branches: [main] paths: - .gitea/workflows/php-8.2.yaml - images/actions/php-8.2/** pull_request: jobs: build: name: Build and push image runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874 steps: - name: Build Docker image uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1 with: name: php-8.2 REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }} REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}