We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5624f commit 1306b1fCopy full SHA for 1306b1f
.github/workflows/test_image.yaml
@@ -24,6 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
permissions:
26
contents: read # required for actions/checkout
27
+ packages: write # required for pushing the test image to ghcr.io
28
steps:
29
- name: Check out the repo
30
uses: actions/checkout@v5
0 commit comments