From 50f03cff0538ea39978e360875896acdc41f4dd2 Mon Sep 17 00:00:00 2001 From: Merlin Pannewitz Date: Wed, 26 Feb 2025 16:19:21 +0100 Subject: [PATCH] Adapt pipeline according to migrated infra repo --- .github/workflows/test-build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index c478e65b..d5e1d782 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -106,7 +106,7 @@ jobs: - name: Deploy latest container image uses: digitalservicebund/argocd-deploy@4fac1bb67c92ed168f6d9b22f8779ce241a9e412 # v1.0.0 with: - environment: "${{ inputs.package }}/${{ inputs.environment }}" + environment: "${{ inputs.environment }}" version: ${{ github.sha }} deploying_repo: ${{ env.PACKAGE_NAME }} infra_repo: ${{ github.event.repository.name }}-infra