Skip to content

Commit

Permalink
fix: stop manifest listing
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Feb 22, 2024
1 parent 46a0e41 commit b298f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b298f7d

Please sign in to comment.