Skip to content

Commit af559d1

Browse files
committed
ci: fix auto periodic rebuild of images
1 parent 3dd441a commit af559d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
rebuild-docker-image:
4747
uses: okdp/gh-workflows/.github/workflows/docker-publish-template.yml@v1
4848
with:
49-
path: ./
49+
path: .
5050
secrets: inherit

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
permissions:
2727
contents: write
2828
pull-requests: write
29+
issues: write
2930

3031
defaults:
3132
run:

0 commit comments

Comments
 (0)