Skip to content

Commit

Permalink
CI: Use a more recent repo2docker action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Dec 1, 2022
1 parent e136879 commit 75ac480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
uses: actions/checkout@main

- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@228fc185e62d69d10e51099b6f06dfc2ac241f34 # master as of 2022-04-26
uses: jupyterhub/repo2docker-action@a3332630b6467f02ffc1015f433ee7f8339614dc # master as of 2022-11-25
with:
NO_PUSH: true
2 changes: 1 addition & 1 deletion .github/workflows/push_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@main

- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@228fc185e62d69d10e51099b6f06dfc2ac241f34 # master as of 2022-04-26
uses: jupyterhub/repo2docker-action@a3332630b6467f02ffc1015f433ee7f8339614dc # master as of 2022-11-25
with:
# Push built image to DockerHub for use by our JupyterHub deployments.
DOCKER_USERNAME: nsls2damaservice
Expand Down

0 comments on commit 75ac480

Please sign in to comment.