diff --git a/.github/workflows/docker-update.yml b/.github/workflows/docker-update.yml index da2b72b3..646e1531 100644 --- a/.github/workflows/docker-update.yml +++ b/.github/workflows/docker-update.yml @@ -48,7 +48,7 @@ jobs: uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: . - file: .docker/resume.dockerfile + file: .docker/pandoc.dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}