fix(actions): fix arm action path
This commit is contained in:
parent
740f1605e7
commit
473137abdf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-arm.yml
vendored
2
.github/workflows/docker-arm.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./Dockerfile-arm
|
file: ./Dockerfile-arm
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/diced/zipline/arm:trunk
|
tags: ghcr.io/diced/zipline/arm:trunk
|
Loading…
Add table
Reference in a new issue