Skip to content

Commit

Permalink
added permission to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiancolosimo committed May 9, 2023
1 parent dc60d65 commit 0df1021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]


permissions:
packages: write
jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0df1021

Please sign in to comment.