fix: maybe fix action idk
This commit is contained in:
parent
f276fdc6a0
commit
7a3f9f1fa4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
ghcr.io/diced/zipline/zipline:trunk
|
||||
diced/zipline:trunk
|
||||
diced/zipline:trunk
|
||||
|
|
Loading…
Reference in a new issue