Skip to content

Commit b32b41d

Browse files
committed
fix(cd): set correct KONG_VERSION in docker image
1 parent cac0f6e commit b32b41d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ jobs:
394394
build-args: |
395395
KONG_BASE_IMAGE=${{ matrix.base-image }}
396396
KONG_ARTIFACT_PATH=bazel-bin/pkg/
397+
KONG_VERSION=${{ needs.metadata.outputs.kong-version }}
397398
RPM_PLATFORM=${{ steps.docker_rpm_platform_arg.outputs.rpm_platform }}
398399
EE_PORTS=8002 8445 8003 8446 8004 8447
399400

0 commit comments

Comments
 (0)