pr-docker-build.yml aktualisieren

This commit is contained in:
egelhaus 2025-04-14 02:46:22 +02:00 committed by GitHub
parent 6204f1e95d
commit 1e669f69b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ 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