We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fe0c9 commit 6e624f5Copy full SHA for 6e624f5
.github/workflows/release.yml
@@ -31,7 +31,7 @@ on: # yamllint disable-line rule:truthy
31
env:
32
# official release repo
33
DOCKER_REPOSITORY: kong/kong
34
- PRERELEASE_DOCKER_REPOSITORY: kong/kong
+ PRERELEASE_DOCKER_REPOSITORY: kong/kong-dev
35
FULL_RELEASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]'}}
36
37
# only for PR
0 commit comments