Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoArteaga committed Feb 10, 2024
1 parent 937946d commit edf050e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
env:
IMAGE_NAME: "my-awesome-app"

permissions:
contents: read
packages: write

jobs:
publish:
name: "Build and publish Docker image"
Expand Down

0 comments on commit edf050e

Please sign in to comment.