backend - towards a better gitops deploy strategy #70

Open
remoll wants to merge 11 commits from feature/staging-deployment-on-pr into main
Showing only changes of commit fe2a0cf1d5 - Show all commits

View File

@@ -13,6 +13,6 @@ jobs:
uses: ./.gitea/workflows/workflow_build-image.yaml
with:
# sets a unique tag for each commit in the PR - this gets deployed to a separate application instance using argocd
tag: ${{ github.head_ref }}-{{ github.sha }}
tag: ${{ github.head_ref }}-${{ github.sha }}
secrets:
PACKAGE_REGISTRY_ACCESS: ${{ secrets.PACKAGE_REGISTRY_ACCESS }}