Skip to content

Commit

Permalink
ci: refactor Dockerfile location and CI paths
Browse files Browse the repository at this point in the history
- Update the Dockerfile path in GitHub Actions workflow from `Dockerfile` to `docker/Dockerfile`
- Move the `Dockerfile` to the `docker` directory

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jan 30, 2024
1 parent f7f2c68 commit ae5fb58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm,linux/arm64
file: Dockerfile
file: docker/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
File renamed without changes.

0 comments on commit ae5fb58

Please sign in to comment.