From 4c3ece6af3025e96574084e5724ae3a8505337af Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Mon, 23 Feb 2026 16:37:34 +0100 Subject: [PATCH] Create & publish go-http-client test image --- .github/workflows/ghcr_publish_testing_images.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ghcr_publish_testing_images.yml b/.github/workflows/ghcr_publish_testing_images.yml index 2abe365cc4..0f9e5b7eeb 100644 --- a/.github/workflows/ghcr_publish_testing_images.yml +++ b/.github/workflows/ghcr_publish_testing_images.yml @@ -161,3 +161,11 @@ jobs: tag-version: ${{ steps.image_tag.outputs.imgtag }} tag-id: python file: internal/test/integration/components/pythonserver/Dockerfile + + - name: go-http-client + uses: ./.github/actions/integration-test-image-build + with: + labels: ${{ steps.meta.outputs.labels }} + tag-version: ${{ steps.image_tag.outputs.imgtag }} + tag-id: go-http-client + file: internal/test/integration/components/httppinger/Dockerfile