Skip to content

Commit

Permalink
chore(setup): upon further consideration rename this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Dec 5, 2022
1 parent b1049bc commit cd01251
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/kong/kong-openresty
images: ghcr.io/kong/kong-runtime
sep-tags: ' '
flavor: |
suffix=-${{ matrix.architecture }}-${{ matrix.ostype }}
Expand All @@ -71,7 +71,7 @@ jobs:
if: ${{ needs.release.outputs.published == 'true' }}
run: |
for tag in ${{ steps.meta.outputs.tags }}; do \
docker tag ghcr.io/kong-openresty:build-$ARCHITECTURE-$OSTYPE $tag && \
docker tag ghcr.io/kong-runtime:build-$ARCHITECTURE-$OSTYPE $tag && \
docker push $tag; \
done
- name: Archive the package
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": ["main"],
"tagFormat": "${version}",
"repositoryUrl": "https://github.com/kong/kong-openresty.git",
"repositoryUrl": "https://github.com/kong/kong-runtime.git",
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARCHITECTURE ?= x86_64
OSTYPE ?= linux-gnu
DOCKER_TARGET ?= build
DOCKER_REGISTRY ?= ghcr.io
DOCKER_IMAGE_NAME ?= kong-openresty
DOCKER_IMAGE_NAME ?= kong-runtime
DOCKER_IMAGE_TAG ?= $(DOCKER_TARGET)-$(ARCHITECTURE)-$(OSTYPE)
DOCKER_NAME ?= $(DOCKER_REGISTRY)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_TAG)
DOCKER_RESULT ?= --load
Expand Down

0 comments on commit cd01251

Please sign in to comment.