enable push
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user