Skip to content

Commit b209342

Browse files
committed
Remove environment requirement from docker publish workflow
This seems to prevent the workflow running in PRs
1 parent bd58a4a commit b209342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
env:
3939
DEFAULT_REGISTRY: quay.io
4040
IMAGE_NAME: jupyterhub/repo2docker
41-
# Secrets are in a separate GitHub environment so only this job and branch has access
42-
environment: quay.io
4341

4442
services:
4543
# So that we can test this in PRs/branches

0 commit comments

Comments
 (0)