We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade0412 commit 559e269Copy full SHA for 559e269
1 file changed
.github/workflows/build-push-docker.yml
@@ -9,6 +9,9 @@ jobs:
9
build_and_push:
10
name: Build and push the docker image
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ packages: write
15
16
steps:
17
- name: Checkout 🛎️
0 commit comments