3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 22:35:54 +00:00

remove space

This commit is contained in:
Zachary Fleck
2023-04-25 14:43:34 -04:00
committed by GitHub
parent aa223359d4
commit ef07f39ccf

View File

@ -76,7 +76,7 @@ jobs:
with:
context: .
file: ./Dockerfile
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),
# but we ONLY do an image push to DockerHub if it's NOT a PR
push: ${{ github.event_name != 'pull_request' }}