Skip to content

Commit

Permalink
ci: fix Dockerfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanyang committed Nov 12, 2024
1 parent 8d44210 commit 11a44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
file: ./Dockerfile
file: ./Dockerfile.alpine
tags: |
"ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest"
"ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}"
Expand Down

0 comments on commit 11a44ec

Please sign in to comment.