Skip to content

Align with 1.0.11.0 image DB #2

Align with 1.0.11.0 image DB

Align with 1.0.11.0 image DB #2

Workflow file for this run

name: PR Docker Build
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
packages: write
jobs:
build:
uses: ./.github/workflows/docker-build-shared.yml
with:
version: pr-${{ github.event.pull_request.number }}
build_all: true
release_as_latest: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}