Skip to content

Commit

Permalink
Set env.REGISTRY to be quay.io correctly
Browse files Browse the repository at this point in the history
Follow-up to jupyterhub#4612,
which is currently making builds fail
  • Loading branch information
yuvipanda committed Nov 6, 2023
1 parent 60802b2 commit c614484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
- name: Should we push this image to a public registry?
run: |
if [ "${{ startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') }}" = "true" ]; then
# Empty => Docker Hub
echo "REGISTRY=" >> $GITHUB_ENV
echo "REGISTRY=quay.io/" >> $GITHUB_ENV
else
echo "REGISTRY=localhost:5000/" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit c614484

Please sign in to comment.