Skip to content

Commit

Permalink
ci: refactor project structure and CI configuration
Browse files Browse the repository at this point in the history
- Update Dockerfile path to `homework03/Dockerfile` in GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 20, 2024
1 parent 6f77246 commit d43b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
context: homework03
platforms: linux/amd64,linux/arm,linux/arm64
file: Dockerfile
file: homework03/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
Expand Down

0 comments on commit d43b13f

Please sign in to comment.