Skip to content

Commit

Permalink
fix(workflows): docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 25, 2022
1 parent 1f4060a commit e706524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/amd64.Dockerfile
file: ./Dockerfile
platforms: linux/amd64
push: true
cache-from: type=local,src=/tmp/.buildx/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/amd64.Dockerfile
file: ./Dockerfile
platforms: linux/amd64
push: true
cache-from: type=local,src=/tmp/.buildx/cache
Expand Down

0 comments on commit e706524

Please sign in to comment.