mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 07:40:45 -08:00
fix: stop manifest listing
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
platforms: linux/amd64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
provenance: false
|
||||
tags: |
|
||||
ghcr.io/diced/zipline:v4-amd64
|
||||
ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-amd64
|
||||
@@ -57,6 +58,7 @@ jobs:
|
||||
platforms: linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
provenance: false
|
||||
tags: |
|
||||
ghcr.io/diced/zipline:v4-arm64
|
||||
ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-arm64
|
||||
|
||||
Reference in New Issue
Block a user