Skip to content

Commit

Permalink
fix: wrong Dockerfile point to agent
Browse files Browse the repository at this point in the history
  • Loading branch information
zaigie committed Feb 2, 2024
1 parent d31d10d commit 9b925b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.agent
platforms: |
linux/amd64
linux/arm64
Expand Down

0 comments on commit 9b925b3

Please sign in to comment.