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