From 45964caa3db09cd2160e06ede23bb4ec3d106cbf Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Fri, 17 May 2024 22:05:44 +0200 Subject: [PATCH] F2calv/2024 05 ci update (#37) * update wf * fix * fix * dependabot devcontainer update * revert wf refs --- .github/dependabot.yml | 10 ++++++++-- .github/workflows/ci.yml | 3 +++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d027469..02ead0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79cf116..6e475ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: