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 3dd441a commit af559d1Copy full SHA for af559d1
.github/workflows/docker-rebuild.yml
@@ -46,5 +46,5 @@ jobs:
46
rebuild-docker-image:
47
uses: okdp/gh-workflows/.github/workflows/docker-publish-template.yml@v1
48
with:
49
- path: ./
+ path: .
50
secrets: inherit
.github/workflows/release-please.yml
@@ -26,6 +26,7 @@ on:
26
permissions:
27
contents: write
28
pull-requests: write
29
+ issues: write
30
31
defaults:
32
run:
0 commit comments