Skip to content

Commit

Permalink
Merge pull request #1 from Kong/chore/setup
Browse files Browse the repository at this point in the history
chore(setup): various setup chores
  • Loading branch information
hutchic authored Dec 5, 2022
2 parents b389edc + cd01251 commit 9445dbf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 44 deletions.
19 changes: 0 additions & 19 deletions .github/template-sync.yml

This file was deleted.

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/template-github-release
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/template-github-release:build-$ARCHITECTURE-$OSTYPE $tag && \
docker tag ghcr.io/kong-runtime:build-$ARCHITECTURE-$OSTYPE $tag && \
docker push $tag; \
done
- name: Archive the package
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/sync.yml

This file was deleted.

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/template-github-release.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 ?= template-github-release
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 9445dbf

Please sign in to comment.