enable push

This commit is contained in:
Colin Griffin
2023-03-30 18:49:14 -04:00
parent c4ec75c4af
commit 9315c39cdc

View File

@@ -95,7 +95,11 @@ jobs:
with:
context: ./
file: ./Dockerfile
<<<<<<< HEAD
push: ${{ github.event_name != 'pull_request' }}
=======
push: true
>>>>>>> f652dce (enable push)
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}