typo
All checks were successful
All checks were successful
This commit is contained in:
parent
27a52882de
commit
2eb3928422
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue