Skip to content

Commit

Permalink
Try fixing permissions for docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Aug 29, 2023
1 parent b25ab38 commit c92824a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
branches: [ main ]

jobs:
Deploy:
build_and_push:
runs-on: ubuntu-latest
permissions:
content: read
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v1
Expand Down

0 comments on commit c92824a

Please sign in to comment.