fix(actions): make action use v2
This commit is contained in:
parent
48f771f344
commit
1f3d396296
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
repository: diced/zipline/zipline-arm
|
||||
platforms: linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
dockerfile: Dockerfile.arm
|
||||
tag_with_ref: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue