Skip to content

Commit 70ec8a8

Browse files
committed
fix(ci): specify Containerfile explicitly in docker build
1 parent 14eafa7 commit 70ec8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- name: Build and push
1818
run: |
19-
docker build -t ghcr.io/${{ github.repository_owner }}/texlive-cv:latest .
19+
docker build -f Containerfile -t ghcr.io/${{ github.repository_owner }}/texlive-cv:latest .
2020
docker push ghcr.io/${{ github.repository_owner }}/texlive-cv:latest

0 commit comments

Comments
 (0)