Attempting to fix automation
This commit is contained in:
parent
d33fa846d0
commit
f42ff3ed7c
1 changed files with 2 additions and 0 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue