This commit is contained in:
parent
5e2f0570a1
commit
848e4e73d2
|
@ -53,6 +53,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: actions/docker-build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: "master"
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
Loading…
Reference in a new issue