Update pr-docker-build.yml
This commit is contained in:
parent
1d248bb25a
commit
d6bb32f4d7
1 changed files with 3 additions and 5 deletions
8
.github/workflows/pr-docker-build.yml
vendored
8
.github/workflows/pr-docker-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue