Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d01f09030 | ||
|
|
f42ff3ed7c | ||
|
|
d33fa846d0 |
2 changed files with 5 additions and 4 deletions
|
|
@ -102,6 +102,8 @@ jobs:
|
||||||
# Change into the repository directory
|
# Change into the repository directory
|
||||||
cd "$GITHUB_WORKSPACE"
|
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_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}"
|
IMAGE_FULL_NAME="containers.bridgemanaccessible.ca/k8s/${IMAGE_NAME}:${IMAGE_TAG}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "harbor-helm-index",
|
"name": "harbor-helm-index",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
|
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
|
||||||
"main": "index.js",
|
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
|
||||||
"repository": "https://github.com/AlanBridgeman/harbor-helm-index",
|
"author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
|
||||||
"author": "Alan Bridgeman <a.bridgeman@hotmail.com>",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue