fix
Some checks failed
CI / Build Jupyter Ganymede docker images (push) Failing after 11s
CI / Build jupyterhub docker images (push) Successful in 11s

This commit is contained in:
2025-05-15 21:51:44 +08:00
parent e62ccd8047
commit c7951e6b36

View File

@@ -26,12 +26,12 @@ jobs:
password: ${{ secrets.PUBLISHER_TOKEN }} password: ${{ secrets.PUBLISHER_TOKEN }}
- -
name: Build and push jupyter-ganymede image name: Build and push jupyter-ganymede image
uses: docker/build-push-action@v5.3.0 uses: docker/build-push-action@v6
with: with:
context: "{{defaultContext}}:jupyter-ganymede" context: "{{defaultContext}}:jupyter-ganymede"
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
pull: true pull: true
tags: gitea.woggioni.net/woggioni/jupyter-ganymede:latest tags: gitea.woggioni.net/woggioni/jupyter-ganymede:latest
cache-from: type=registry,ref=gitea.woggioni.net/woggioni/jupyter-ganymede:buildx cache-from: type=local,src=/home/luser.cache/buildx
cache-to: type=registry,mode=max,compression=zstd,image-manifest=true,oci-mediatypes=true,ref=gitea.woggioni.net/woggioni/jupyter-ganymede:buildx cache-to: type=local,dest=/home/luser.cache/buildx,mode=max