Update pr-docker-build.yml
This commit is contained in:
parent
956c5825e4
commit
936a1fbf7e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue