Update pr-docker-build.yml

This commit is contained in:
egelhaus 2025-04-14 04:21:50 +02:00 committed by GitHub
parent 956c5825e4
commit 936a1fbf7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ 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
permissions:
contents: read # for actions/checkout and general read access
packages: write # to push images to ghcr.io
steps:
- name: Checkout code