From ec22db82e2199f927acfd99ba998d55dbd63e981 Mon Sep 17 00:00:00 2001 From: michalby24 Date: Tue, 22 Apr 2025 16:08:14 +0300 Subject: [PATCH] fix: domain and path had changed --- .github/workflows/test-build-and-push-helm.yaml | 2 +- test/artifacts.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build-and-push-helm.yaml b/.github/workflows/test-build-and-push-helm.yaml index b3d3c2c0..05f1c825 100644 --- a/.github/workflows/test-build-and-push-helm.yaml +++ b/.github/workflows/test-build-and-push-helm.yaml @@ -25,6 +25,6 @@ jobs: - name: Test Build and push Helm Chart uses: ./actions/build-and-push-helm with: - context: .test/helm + context: ./test/helm domain: infra registry: ${{ secrets.ACR_URL }} diff --git a/test/artifacts.json b/test/artifacts.json index fc4fe52e..974d4d6f 100644 --- a/test/artifacts.json +++ b/test/artifacts.json @@ -1,7 +1,7 @@ { "docker": { "acrarolibotnonprod.azurecr.io": { - "infra/sftpgo": "v2.0.2" + "test/sftpgo": "v2.0.2" } }, "helm": {