Files
docker-images/.gitea/workflows/build-jupyter-sage.yaml
Walter Oggioni 21643022b8
Some checks failed
CI / Build Jupyter Sage docker images (push) Failing after 9s
updated sage build
2025-12-24 03:22:40 +08:00

31 lines
878 B
YAML

name: CI
on:
push:
branches: [ master ]
paths:
- 'jupyter-sage/*'
- '.gitea/workflows/build-jupyter-sage.yaml'
jobs:
"Build Jupyter Sage docker images":
runs-on: woryzen
steps:
-
name: Login to Gitea container registry
uses: docker/login-action@v3
with:
registry: gitea.woggioni.net
username: woggioni
password: ${{ secrets.PUBLISHER_TOKEN }}
-
name: Build and push jupyter-sage image
uses: docker/build-push-action@v5.3.0
with:
builder: multiplatform-builder
context: "{{defaultContext}}:jupyter-sage"
platforms: linux/amd64
push: true
build-args: "VERSION=10.8"
tags: |
gitea.woggioni.net/woggioni/jupyter-sage:latest
gitea.woggioni.net/woggioni/jupyter-sage:10.8