Skip to content

Commit

Permalink
Fix permissions for container build workflow (#11)
Browse files Browse the repository at this point in the history
* Fix permissions for container build workflow

Signed-off-by: svrnm <neumanns@cisco.com>

* Update .github/workflows/reusable-build-container-images.yml

---------

Signed-off-by: svrnm <neumanns@cisco.com>
  • Loading branch information
svrnm authored Dec 10, 2024
1 parent 33ac5ac commit fd005a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
matrix:
image:
Expand Down Expand Up @@ -58,3 +60,5 @@ jobs:
tags: |
${{ inputs.registry_ghcr }}-${{ matrix.image.name }}:${{ steps.version.outputs.version }}
${{ inputs.registry_ghcr }}-${{ matrix.image.name }}:${{ inputs.release_stream }}
cache-from: type=gha
cache-to: type=gha

0 comments on commit fd005a7

Please sign in to comment.