Skip to content

Commit

Permalink
Adapt pipeline according to migrated infra repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Feb 26, 2025
1 parent ed4a2d0 commit 50f03cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f03cf

Please sign in to comment.