This commit is contained in:
parent
ef1c0cbf20
commit
0a6c92059a
|
@ -53,8 +53,6 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: actions/docker-build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue