Skip to content

Commit

Permalink
fix(images-latex): typo in build-push-action
Browse files Browse the repository at this point in the history
Signed-off-by: John Muchovej <[email protected]>
  • Loading branch information
jmuchovej committed Sep 9, 2024
1 parent 7ede95b commit 373d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images-latex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/arm64,linux/amd64
workdir: "./images/src/latex"
context: "./images/src/latex"
push: true
tags:
ghcr.io/jmuchovej/devcontainers/latex:${{ steps.versions.outputs.TEXLIVE_VERSION }}

0 comments on commit 373d961

Please sign in to comment.