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": {