typo
All checks were successful
Build and Push jupyter Container / build-and-push-arch (amd64) (push) Successful in 1m3s
Build and Push jupyter Container / build-and-push-arch (arm64) (push) Successful in 1m17s
Build and Push jupyter Container / merge-images-via-manifest (push) Successful in -5s

This commit is contained in:
Xaver Russ 2025-10-07 13:11:28 +02:00
parent 27a52882de
commit 2eb3928422

View file

@ -1,21 +1,21 @@
# Workflow name
name: Build and Push Jupider Container
name: Build and Push jupyter Container
# Run-name for each workflow run
run-name: Build and Push Jupider Container
run-name: Build and Push jupyter Container
on:
push:
branches:
- main
paths:
- 'containers/jupider/**'
- '.forgejo/workflows/jupider.yml'
- 'containers/jupyter/**'
- '.forgejo/workflows/jupyter.yml'
workflow_dispatch: {}
schedule:
- cron: '0 20 * * 5' # Runs every Friday at 8 PM UTC
env:
CONTAINER_NAME: jupider
CONTAINER_NAME: jupyter
# USER: ${{ github.actor }}
USER: hbms
@ -46,8 +46,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./containers/jupider/
file: ./containers/jupider/Dockerfile
context: ./containers/jupyter/
file: ./containers/jupyter/Dockerfile
push: true
provenance: false
tags: ${{ vars.REGISTRY }}/${{ env.USER }}/${{ env.CONTAINER_NAME }}-${{ matrix.arch }}:latest