Skip to content

Commit

Permalink
Fix using contexts for env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 15, 2023
1 parent 9c07045 commit 534bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-move.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Move some images from Docker Hub to Quay.io

env:
OWNER: ${{ github.repository_owner }}
PUSH_TO_REGISTRY: (github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru') && (github.ref == 'refs/heads/main')
PUSH_TO_REGISTRY: ${{ (github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru') && (github.ref == 'refs/heads/main') }}

on:
pull_request:
Expand Down

0 comments on commit 534bcda

Please sign in to comment.