Skip to content

Commit

Permalink
add explicit package building permissions to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 14, 2024
1 parent 59be017 commit 75989b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
- '*'

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand All @@ -15,6 +15,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 75989b7

Please sign in to comment.