From 53b265c659131b904fb1066580612b100198107d Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 29 Jun 2024 15:53:08 -0400 Subject: [PATCH] test Signed-off-by: Yuri Shkuro --- .github/workflows/build-and-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7b6bdf5..764cc2c 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -59,6 +59,9 @@ jobs: cache-to: type=gha,mode=max platforms: linux/amd64,linux/arm64 + - name: test that image can be run + run: docker run --platform linux/amd64 ${{ steps.docker_meta.outputs.tags }} + # The following steps run only on pull requests and validate # that the new image can run successfully in Jaeger repos. # We do not check if the generated files would be different there,