Skip to content

Commit

Permalink
F2calv/2024 05 ci update (#37)
Browse files Browse the repository at this point in the history
* update wf

* fix

* fix

* dependabot devcontainer update

* revert wf refs
  • Loading branch information
f2calv authored May 17, 2024
1 parent 2456a99 commit 45964ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ version: 2
updates:

- package-ecosystem: github-actions
directory: "/"
directory: /
schedule:
interval: weekly
time: "04:00"

- package-ecosystem: devcontainers
directory: /
schedule:
interval: weekly
time: "04:00"

- package-ecosystem: nuget
directory: "/"
directory: /
schedule:
interval: weekly
time: "04:00"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
needs: [versioning, app]
with:
registry: ghcr.io/${{ github.repository_owner }}
tag: ${{ needs.versioning.outputs.semVer }}

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

release:
Expand Down

0 comments on commit 45964ca

Please sign in to comment.