Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eth-cscs/firecrestspawner
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Jun 12, 2024
2 parents c96ce26 + b1c84da commit 42d795a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: docker build -t ghcr.io/${{ github.repository_owner }}/f7t4fjhub:${{ env.APP_VERSION }} -f dockerfiles/Dockerfile .
run: docker build -t ghcr.io/${{ github.repository_owner }}/f7t4jhub:${{ env.APP_VERSION }} -f dockerfiles/Dockerfile .

- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/${{ github.repository_owner }}/f7t4fjhub:${{ env.APP_VERSION }}
run: docker push ghcr.io/${{ github.repository_owner }}/f7t4jhub:${{ env.APP_VERSION }}
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ f7t4jhub:

hub:
# Image for the JupyterHub application (replace with your own JupyterHub image)
image: 'ghcr.io/eth-cscs/f7t4fjhub:4.1.5'
image: 'ghcr.io/eth-cscs/f7t4jhub:4.1.5'

vault:
# Enable or disable Vault integration
Expand Down

0 comments on commit 42d795a

Please sign in to comment.