updated Ganymede image
Some checks failed
CI / Build Jupyter Ganymede docker images (push) Has been cancelled

This commit is contained in:
2025-12-22 17:05:47 +08:00
parent a501d2a056
commit f388f41fda
2 changed files with 18 additions and 12 deletions

View File

@@ -9,14 +9,16 @@ jobs:
"Build Jupyter Ganymede docker images":
runs-on: woryzen
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
name: multiplatform-builder
driver: docker-container
cleanup: false
platforms: |
linux/amd64
linux/arm64
-
name: Login to Gitea container registry
uses: docker/login-action@v3
@@ -34,5 +36,3 @@ jobs:
push: true
pull: true
tags: gitea.woggioni.net/woggioni/jupyter-ganymede:latest
cache-from: type=local,src=/home/luser/.cache/buildx
cache-to: type=local,dest=/home/luser/.cache/buildx,mode=max