Skip to content

Commit

Permalink
[ci] Fix path for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Oct 24, 2022
1 parent 7315c5a commit 6a362bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: images/base
file: ${{ matrix.platform.suffix }}.Dockerfile
file: ./images/base/${{ matrix.platform.suffix }}.Dockerfile
platforms: linux/${{ matrix.platform.suffix }}
tags: |
ghcr.io/auguwu/coder-images/base:latest-${{ matrix.platform.suffix }}
Expand Down

0 comments on commit 6a362bf

Please sign in to comment.