Skip to content

Commit

Permalink
S3C-9347 allow dependabot to ghcr (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: Emylou <[email protected]>
  • Loading branch information
Emylou-s and Emylou-s authored Oct 1, 2024
1 parent 7215d06 commit 1714b90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ on:
REGISTRY_PASSWORD:
required: false

permissions:
packages: write
contents: read

jobs:
build:
env:
Expand All @@ -85,7 +89,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}

- name: Build and push ${{ inputs.name }} image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.context }}
provenance: ${{ inputs.provenance }}
Expand Down

0 comments on commit 1714b90

Please sign in to comment.