We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7337e5 commit 470fa9dCopy full SHA for 470fa9d
.github/workflows/publish_image.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
publish_docker_image:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ packages: write
14
steps:
15
- name: Check out the repository
16
uses: actions/checkout@v3
0 commit comments