allow push for testing

This commit is contained in:
Colin Griffin
2023-06-10 10:42:34 -04:00
parent 9ff79941ba
commit 1cadb680b9

View File

@@ -99,8 +99,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
# push: ${{ github.event_name != 'pull_request' }}
push: false
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}