Update push-docker.yml

This commit is contained in:
Anthony Stirling 2023-01-31 18:33:57 +00:00 committed by GitHub
parent 3c4f5339e4
commit 260db7dd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
- name: Build and push amd64
if: github.ref == 'refs/heads/armSupport'
run: |
docker buildx build --platform=linux/amd64,linux/amd64/v8 --push --tag frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
docker buildx build --platform="linux/amd64,linux/amd64/v8" --push --tag "frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}" .