add missing dollar sign
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Failing after 36s
Run linting on the backend code / Build (pull_request) Successful in 2m46s
Run testing on the backend code / Build (pull_request) Has been cancelled

This commit is contained in:
2025-10-13 18:03:39 +02:00
parent c11faee824
commit fe2a0cf1d5

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 }}