Skip to content

Commit

Permalink
changed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
seblum authored Jul 30, 2023
1 parent 9a10f2c commit cd0e331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: JupyterLab CD

env:
DOCKERREPO: seblum/jupyterlab
DOCKERREPO: seblum/jupyterhub-server-image
TAG: v1.0.0

on:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ env.DOCKERREPO }}:${{ env.TAG }}
#context: .
#context: .

0 comments on commit cd0e331

Please sign in to comment.