Skip to content

Commit c021dd7

Browse files
authored
fix(ci): change agent to use the correct docker image (#3931)
1 parent 65357ef commit c021dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
push: true
8787
tags: kubeshop/tracetest-agent:${{ env.VERSION }}
88-
file: agent/Dockerfile
88+
file: ./Dockerfile.agent
8989
build-args: |
9090
TRACETEST_VERSION=${{ env.VERSION }}
9191
env:

0 commit comments

Comments
 (0)