Skip to content

Commit

Permalink
fix(ci): change agent to use the correct docker image (#3931)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Jul 10, 2024
1 parent 65357ef commit c021dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c021dd7

Please sign in to comment.