Skip to content

Commit

Permalink
chore(cd): update prerelease docker repository (#14168)
Browse files Browse the repository at this point in the history
Separate the development docker repository from the production repository.

KAG-6137

Backport from #14121

Co-authored-by: Andy Zhang <[email protected]>
  • Loading branch information
team-gateway-bot and AndyZhang0707 authored Jan 16, 2025
1 parent 76fe0c9 commit 3dd069a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on: # yamllint disable-line rule:truthy
env:
# official release repo
DOCKER_REPOSITORY: kong/kong
PRERELEASE_DOCKER_REPOSITORY: kong/kong
PRERELEASE_DOCKER_REPOSITORY: kong/kong-dev
FULL_RELEASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]'}}

# only for PR
Expand Down

0 comments on commit 3dd069a

Please sign in to comment.