Skip to content

Commit

Permalink
pin repo2docker at 2024.07.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 11, 2024
1 parent 2497284 commit e3c5b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-image-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
uses: jupyterhub/repo2docker-action@master
with:
FORCE_REPO2DOCKER_VERSION: repo2docker==2024.07.0
DOCKER_REGISTRY: us-central1-docker.pkg.dev
IMAGE_NAME: ${{ env.IMAGE }}
# Disable pushing a 'latest' tag, as this often just causes confusion
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
uses: jupyterhub/repo2docker-action@master
with:
FORCE_REPO2DOCKER_VERSION: repo2docker==2024.07.0
REPO_DIR: /srv/repo
NO_PUSH: true

Expand Down

0 comments on commit e3c5b02

Please sign in to comment.