since branch names may contain slashes and other special chars they are not suitable for tag names. only use the hash
This commit is contained in:
@@ -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: sha${{ github.sha }}
|
||||
secrets:
|
||||
PACKAGE_REGISTRY_ACCESS: ${{ secrets.PACKAGE_REGISTRY_ACCESS }}
|
||||
|
Reference in New Issue
Block a user