Skip to content

Commit d97e4a3

Browse files
author
Jeremy Price
committed
correct dockerfile name
1 parent 44b9755 commit d97e4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: docker/build-push-action@v6
144144
with:
145145
context: .
146-
file: ./Dockerfile-alpine
146+
file: ./Dockerfile.alpine
147147
platforms: linux/amd64
148148
# For pull requests, we run the Docker build (to ensure no PR changes break the build),
149149
# but we ONLY do an image push to DockerHub if it's NOT a PR

0 commit comments

Comments
 (0)