Don't cache tonistiigi/binfmt
Some checks failed
Build Docker Image / docker (push) Failing after 3m4s
Some checks failed
Build Docker Image / docker (push) Failing after 3m4s
This commit is contained in:
@ -21,7 +21,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DISCORD_TOKEN: "0"
|
DISCORD_TOKEN: "0"
|
||||||
OPENAI_TOKEN: "0"
|
OPENAI_TOKEN: "0"
|
||||||
if: gitea.event_name != 'pull_request'
|
|
||||||
steps:
|
steps:
|
||||||
# GitHub Container Registry
|
# GitHub Container Registry
|
||||||
- uses: https://github.com/docker/login-action@v3
|
- uses: https://github.com/docker/login-action@v3
|
||||||
@ -48,6 +47,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image: tonistiigi/binfmt:master
|
image: tonistiigi/binfmt:master
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
cache-image: false
|
||||||
|
|
||||||
# Set up Buildx so we can build multi-arch images
|
# Set up Buildx so we can build multi-arch images
|
||||||
- uses: https://github.com/docker/setup-buildx-action@v3
|
- uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
Reference in New Issue
Block a user