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 authored Jan 15, 2025
1 parent 55afae5 commit e9510e9
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

1 comment on commit e9510e9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong-dev:e9510e9abde5400659e7c57eb2304f5ebb8fd0be
Artifacts available https://github.com/Kong/kong/actions/runs/12780161146

Please sign in to comment.