Skip to content

Commit

Permalink
fix: changes to cluster 2 deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Feb 3, 2024
1 parent 06e97b9 commit 84bdfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
_3:
needs: [setup_workflow_env, build_and_push_to_registry]
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/deploy.yml@main
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/deploy-cluster-2.yml@main
secrets: inherit
with:
DOCKER_TAG: ${{ needs.setup_workflow_env.outputs.registry_root }}${{ needs.setup_workflow_env.outputs.image_tagged }}/${{ github.ref_name }}
Expand Down

0 comments on commit 84bdfc7

Please sign in to comment.