Skip to content

feat: Enable keyless signing of the images #57

feat: Enable keyless signing of the images

feat: Enable keyless signing of the images #57

name: Build Docker image
on:
pull_request:
permissions: {}
jobs:
build:
strategy:
matrix:
os_base: ["el9"]
php_base: ["php82"]
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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 }}" .