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
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./Dockerfile-arm
|
||||
file: ./Dockerfile-arm
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/diced/zipline/arm:trunk
|
Loading…
Reference in a new issue