diff --git a/.forgejo/workflows/stagging.yml b/.forgejo/workflows/stagging.yml index b0b556d..52b851a 100644 --- a/.forgejo/workflows/stagging.yml +++ b/.forgejo/workflows/stagging.yml @@ -102,8 +102,6 @@ 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}" diff --git a/package.json b/package.json index ceb8231..8a918a3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "harbor-helm-index", - "version": "1.0.2", + "version": "1.0.0", "description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor", - "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index", - "author": "Bridgeman Accessible ", + "main": "index.js", + "repository": "https://github.com/AlanBridgeman/harbor-helm-index", + "author": "Alan Bridgeman ", "license": "MIT", "scripts": { "build": "gulp",