Skip to content

Commit

Permalink
push to ghcr.io/spinkube/helm
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Mar 8, 2024
1 parent 0797fe6 commit c6c9b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "CHART_VERSION=$(echo -n ${{ github.ref_name }} | sed -rn 's/(v)?(.*)/\2/p')" >> $GITHUB_ENV
else
# TODO: swap '0.0.0' with '$(git describe --tags --abbrev=0 | sed -rn 's/(v)?(.*)/\2/p')' when we have our first tag
echo "CHART_VERSION=helm-0.0.0-${{ env.APP_VERSION }}" >> $GITHUB_ENV
echo "CHART_VERSION=0.0.0-${{ env.APP_VERSION }}" >> $GITHUB_ENV
fi
- name: Log into registry ${{ env.REGISTRY }}
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ CHART_NAME := spin-operator
# Although you can 'helm push' and `helm install --version` with v* versions,
# they aren't valid/recognized by 'helm install' or 'helm install --devel'.
# TODO: swap '0.0.0' with '$(shell git describe --tags --abbrev=0 | sed -rn 's/(v)?(.*)/\2/p')' when we have our first tag
CHART_VERSION ?= helm-0.0.0-dev
CHART_REGISTRY ?= ghcr.io/spinkube
CHART_VERSION ?= 0.0.0-dev
CHART_REGISTRY ?= ghcr.io/spinkube/helm

GIT_COMMIT := $(shell git rev-parse HEAD)
GIT_DIRTY := $(if $(shell git status --porcelain),+CHANGES)
Expand Down

0 comments on commit c6c9b52

Please sign in to comment.