fix(actions): maybe fix arm action
This commit is contained in:
parent
9dcc16277e
commit
dbe8291f55
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
|
||||
context: ./Dockerfile-arm
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/diced/zipline/arm:trunk
|
Loading…
Reference in a new issue