File tree Expand file tree Collapse file tree 5 files changed +4
-44
lines changed
Expand file tree Collapse file tree 5 files changed +4
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5858 id : meta
5959 uses : docker/metadata-action@v4
6060 with :
61- images : ghcr.io/kong/template-github-release
61+ images : ghcr.io/kong/kong-runtime
6262 sep-tags : ' '
6363 flavor : |
6464 suffix=-${{ matrix.architecture }}-${{ matrix.ostype }}
7171 if : ${{ needs.release.outputs.published == 'true' }}
7272 run : |
7373 for tag in ${{ steps.meta.outputs.tags }}; do \
74- docker tag ghcr.io/template-github-release :build-$ARCHITECTURE-$OSTYPE $tag && \
74+ docker tag ghcr.io/kong-runtime :build-$ARCHITECTURE-$OSTYPE $tag && \
7575 docker push $tag; \
7676 done
7777 - name : Archive the package
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "branches": ["main"],
33 "tagFormat": "${version}",
4- "repositoryUrl": "https://github.com/kong/template-github-release .git",
4+ "repositoryUrl": "https://github.com/kong/kong-runtime .git",
55 "plugins": [
66 [
77 "@semantic-release/commit-analyzer",
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARCHITECTURE ?= x86_64
22OSTYPE ?= linux-gnu
33DOCKER_TARGET ?= build
44DOCKER_REGISTRY ?= ghcr.io
5- DOCKER_IMAGE_NAME ?= template-github-release
5+ DOCKER_IMAGE_NAME ?= kong-runtime
66DOCKER_IMAGE_TAG ?= $(DOCKER_TARGET ) -$(ARCHITECTURE ) -$(OSTYPE )
77DOCKER_NAME ?= $(DOCKER_REGISTRY ) /$(DOCKER_IMAGE_NAME ) :$(DOCKER_IMAGE_TAG )
88DOCKER_RESULT ?= --load
You can’t perform that action at this time.
0 commit comments