From f42ff3ed7c5c963850f0fb83bd9a880d5c34fdad Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Thu, 19 Jun 2025 02:29:39 -0500 Subject: [PATCH] Attempting to fix automation --- .forgejo/workflows/stagging.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/stagging.yml b/.forgejo/workflows/stagging.yml index 52b851a..b0b556d 100644 --- a/.forgejo/workflows/stagging.yml +++ b/.forgejo/workflows/stagging.yml @@ -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}"