Skip to content

Commit

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

KAG-6137
  • Loading branch information
AndyZhang0707 committed Jan 15, 2025
1 parent 76fe0c9 commit 6e624f5
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 6e624f5

Please sign in to comment.