We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0004ff commit 1a472e5Copy full SHA for 1a472e5
.github/workflows/build-and-push.yaml
@@ -48,7 +48,7 @@ jobs:
48
public: true
49
50
- name: Build container image
51
- uses: jsignell/repo2docker-action@34067d0a6e74e5b6b417bf5c034f77c8a3c4d91d
+ uses: jupyterhub/repo2docker-action@master
52
with:
53
DOCKER_REGISTRY: ${{ env.REGISTRY }}
54
IMAGE_NAME: ${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}
0 commit comments