We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14eafa7 commit 70ec8a8Copy full SHA for 70ec8a8
.github/workflows/publish-image.yml
@@ -16,5 +16,5 @@ jobs:
16
17
- name: Build and push
18
run: |
19
- docker build -t ghcr.io/${{ github.repository_owner }}/texlive-cv:latest .
+ docker build -f Containerfile -t ghcr.io/${{ github.repository_owner }}/texlive-cv:latest .
20
docker push ghcr.io/${{ github.repository_owner }}/texlive-cv:latest
0 commit comments