From 0377e8c884e252caa1f9fa47d24872b75d1395f4 Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Wed, 2 Nov 2022 12:04:21 +0100 Subject: [PATCH] fix: force a release --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01ead7b..9981407 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: context: ./test/image-ok push: false secrets: - registry-url: example.com + registry-url: cr.example.com registry-username: foo registry-password: bar token: ${{ secrets.GITHUB_TOKEN }} @@ -31,7 +31,7 @@ jobs: push: false trivy-error-is-success: true secrets: - registry-url: example.com + registry-url: cr.example.com registry-username: foo registry-password: bar token: ${{ secrets.GITHUB_TOKEN }}