Skip to content

Commit 6acda17

Browse files
authored
F2calv/2024 05 ci update (#82)
* update wf * fix * fix * dependabot devcontainer update * revert wf refs
1 parent 8b52dc8 commit 6acda17

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/dependabot.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ version: 2
22
updates:
33

44
- package-ecosystem: github-actions
5-
directory: "/"
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
time: "04:00"
9+
10+
- package-ecosystem: devcontainers
11+
directory: /
612
schedule:
713
interval: weekly
814
time: "04:00"

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
3838
needs: [versioning, app]
3939
with:
40+
registry: ghcr.io/${{ github.repository_owner }}
4041
tag: ${{ needs.versioning.outputs.semVer }}
4142

4243
chart:
@@ -46,6 +47,8 @@ jobs:
4647
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
4748
needs: [versioning, app, image]
4849
with:
50+
registry: ghcr.io/${{ github.repository_owner }}
51+
chart-repository-prefix: charts/
4952
tag: ${{ needs.versioning.outputs.semVer }}
5053

5154
release:

0 commit comments

Comments
 (0)