Update docker-image.yml

This commit is contained in:
Anthony Stirling 2023-01-28 15:57:56 +00:00 committed by GitHub
parent 5a2aa05c44
commit 9539eda639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag frooodle/s-pdf:${{ steps.versionNumber.outputs.stdout }}
run: "docker build . --file Dockerfile --tag frooodle/s-pdf:${{ steps.versionNumber.outputs.stdout }}"