Skip to content

Commit 6e624f5

Browse files
committed
chore(cd): update prerelease docker repository (#14121)
Separate the development docker repository from the production repository. KAG-6137
1 parent 76fe0c9 commit 6e624f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on: # yamllint disable-line rule:truthy
3131
env:
3232
# official release repo
3333
DOCKER_REPOSITORY: kong/kong
34-
PRERELEASE_DOCKER_REPOSITORY: kong/kong
34+
PRERELEASE_DOCKER_REPOSITORY: kong/kong-dev
3535
FULL_RELEASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]'}}
3636

3737
# only for PR

0 commit comments

Comments
 (0)