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
|
# Workflow name
|
||||||
name: Build and Push Jupider Container
|
name: Build and Push jupyter Container
|
||||||
|
|
||||||
# Run-name for each workflow run
|
# Run-name for each workflow run
|
||||||
run-name: Build and Push Jupider Container
|
run-name: Build and Push jupyter Container
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'containers/jupider/**'
|
- 'containers/jupyter/**'
|
||||||
- '.forgejo/workflows/jupider.yml'
|
- '.forgejo/workflows/jupyter.yml'
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 20 * * 5' # Runs every Friday at 8 PM UTC
|
- cron: '0 20 * * 5' # Runs every Friday at 8 PM UTC
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTAINER_NAME: jupider
|
CONTAINER_NAME: jupyter
|
||||||
# USER: ${{ github.actor }}
|
# USER: ${{ github.actor }}
|
||||||
USER: hbms
|
USER: hbms
|
||||||
|
|
||||||
|
|
@ -46,8 +46,8 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./containers/jupider/
|
context: ./containers/jupyter/
|
||||||
file: ./containers/jupider/Dockerfile
|
file: ./containers/jupyter/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
provenance: false
|
provenance: false
|
||||||
tags: ${{ vars.REGISTRY }}/${{ env.USER }}/${{ env.CONTAINER_NAME }}-${{ matrix.arch }}:latest
|
tags: ${{ vars.REGISTRY }}/${{ env.USER }}/${{ env.CONTAINER_NAME }}-${{ matrix.arch }}:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue