From 50cf52debde07db1ec2d246468da101e59a25261 Mon Sep 17 00:00:00 2001 From: Daniel Dias Date: Tue, 9 Jul 2024 23:54:49 -0300 Subject: [PATCH] fix(ci): change agent to use the correct docker image --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index bb72025720..5a74fe0355 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -85,7 +85,7 @@ jobs: with: push: true tags: kubeshop/tracetest-agent:${{ env.VERSION }} - file: agent/Dockerfile + file: ./Dockerfile.agent build-args: | TRACETEST_VERSION=${{ env.VERSION }} env: