Skip to content

Commit

Permalink
chore(ci): Using image from kong-dev due to security
Browse files Browse the repository at this point in the history
KM-894

Use images from kong-dev, generated by PRs and nightly built
  • Loading branch information
hangrao committed Jan 15, 2025
1 parent 7ec136f commit d616174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/select-gateway-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
id: select-image
shell: bash
env:
DEFAULT_GATEWAY_IMAGE: kong/kong:master-ubuntu
DEFAULT_GATEWAY_IMAGE: kong/kong-dev:master-ubuntu
run: |
GATEWAY_IMAGE="${{ inputs.current-image }}"
Expand Down

0 comments on commit d616174

Please sign in to comment.