Add github action
This commit is contained in:
parent
9546c953c0
commit
3ecf3cd381
3
.github/workflows/build&push.yaml
vendored
3
.github/workflows/build&push.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
@ -49,7 +49,6 @@ jobs:
|
|||||||
context: build
|
context: build
|
||||||
file: build/Dockerfile
|
file: build/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: ${{steps.version_step.outputs.version}}
|
build-args: ${{steps.version_step.outputs.version}}
|
Loading…
Reference in New Issue
Block a user