remove space

This commit is contained in:
Zachary Fleck 2023-04-25 14:42:09 -04:00 committed by GitHub
parent 63ade327a5
commit aa223359d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile.alpine file: ./Dockerfile.alpine
platforms: linux/amd64, linux/arm64 platforms: linux/amd64,linux/arm64
# For pull requests, we run the Docker build (to ensure no PR changes break the build), # For pull requests, we run the Docker build (to ensure no PR changes break the build),
# but we ONLY do an image push to DockerHub if it's NOT a PR # but we ONLY do an image push to DockerHub if it's NOT a PR
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}