Skip to content

Commit

Permalink
feat (.github): Created image creation job.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia committed Feb 2, 2024
1 parent 5c95884 commit d31fe7a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/jupyterhub-base-py3.11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
paths:
- jupyterhub/base-py3.11/**/*
- .github/workflows/jupyterhub-base-py3.11.yml
- .github/workflows/builder.yml
branches:
- "master"
- "main"
- "latest"
release:
types:
- created
jobs:
build-jupyterhub-base-py311:
uses: ./.github/workflows/builder.yml
with:
context: jupyterhub/base-py3.11
dockerfile: jupyterhub/base-py3.11/Dockerfile
name: ertis-research/jupyterhub-base-py3.11
platforms: linux/amd64

0 comments on commit d31fe7a

Please sign in to comment.