Update pr-docker-build.yml

This commit is contained in:
egelhaus 2025-04-14 04:48:44 +02:00 committed by GitHub
parent 1d248bb25a
commit d6bb32f4d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

View File

@ -4,14 +4,12 @@ on:
pull_request:
types: [opened, synchronize]
permissions: write-all
jobs:
build-and-publish:
runs-on: ubuntu-latest
permissions:
contents: read # for actions/checkout and general read access
packages: write # to push images to ghcr.io
steps:
- name: Checkout code
uses: actions/checkout@v4