Attempting to fix automation
All checks were successful
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / build (push) Successful in 5s
Build and deploy Harbor Helm Index to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped

This commit is contained in:
Alan Bridgeman 2025-06-19 02:29:39 -05:00
parent d33fa846d0
commit f42ff3ed7c

View file

@ -102,6 +102,8 @@ jobs:
# Change into the repository directory
cd "$GITHUB_WORKSPACE"
IMAGE_NAME=$(jq -r '.name' package.json)
IMAGE_TAG=$(git describe --tags --abbrev=0) # Use the most recent tag as the image tag
IMAGE_FULL_NAME="containers.bridgemanaccessible.ca/k8s/${IMAGE_NAME}:${IMAGE_TAG}"