Skip to content

Commit

Permalink
only for test
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaoyan committed Sep 29, 2024
1 parent cc131d2 commit 471c75e
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 @@ -20,7 +20,7 @@ runs:
shell: bash
env:
DEFAULT_GATEWAY_IMAGE: |-
${{ format('{0}', inputs.enterprise) == 'true' && 'kong/kong-gateway-internal:nightly-ubuntu' || 'kong/kong:master-ubuntu' }}
${{ format('{0}', inputs.enterprise) == 'true' && 'kong/kong-gateway-internal:nightly-ubuntu' || 'kong/kong:pr-13647-ubuntu' }}
run: |
GATEWAY_IMAGE="${{ inputs.current-image }}"
Expand Down

0 comments on commit 471c75e

Please sign in to comment.