Skip to content

feat: Enable keyless signing of the images #74

feat: Enable keyless signing of the images

feat: Enable keyless signing of the images #74

name: Build Docker image
on:
pull_request:
permissions: {}
jobs:
build:
strategy:
matrix:
os_base: ["el9"]
php_base: ["php82", "php83"]
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
persist-credentials: false
- name: Build image
run: docker build -t test-build-${{ matrix.os_base }}-${{ matrix.php_base }} -f ${{ matrix.os_base }}.dockerfile --build-arg="PHP_BASE=${{ matrix.php_base }}" .