Skip to content

Commit 1714b90

Browse files
authored
S3C-9347 allow dependabot to ghcr (#66)
Co-authored-by: Emylou <6721091+Nabouk@users.noreply.github.com>
1 parent 7215d06 commit 1714b90

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ on:
6161
REGISTRY_PASSWORD:
6262
required: false
6363

64+
permissions:
65+
packages: write
66+
contents: read
67+
6468
jobs:
6569
build:
6670
env:
@@ -85,7 +89,7 @@ jobs:
8589
password: ${{ env.REGISTRY_PASSWORD }}
8690

8791
- name: Build and push ${{ inputs.name }} image
88-
uses: docker/build-push-action@v5
92+
uses: docker/build-push-action@v6
8993
with:
9094
context: ${{ inputs.context }}
9195
provenance: ${{ inputs.provenance }}

0 commit comments

Comments
 (0)