Skip to content

Commit

Permalink
Merge pull request #89 from kyma-project/release/notes
Browse files Browse the repository at this point in the history
update release notes, add img version tag
  • Loading branch information
szeort authored Oct 21, 2024
2 parents 138648e + a02d794 commit 7cbabd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
.PHONY: docker-build
docker-build: ## Build docker image with the manager.
docker build -t ${REGISTRY}/${IMG} --build-arg TARGETARCH=amd64 --build-arg V_KORIFI=${KORIFI_GITHUB_REF} .
docker tag ${REGISTRY}/${IMG} ${VERSION}
docker tag ${REGISTRY}/${IMG} ${REGISTRY}/${IMG}:${VERSION}

.PHONY: docker-push
docker-push: ## Push docker image with the manager.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RELEASE version 0.1.0
# RELEASE version 0.1.1

# Prerequisites
* Kyma environment has OIDC feature, OpenIDConnect CRD, enabled mid-September 2024
Expand Down

0 comments on commit 7cbabd3

Please sign in to comment.