We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b418e4 commit ad38aecCopy full SHA for ad38aec
.github/workflows/docker.yml
@@ -18,7 +18,7 @@ env:
18
# determine whether this pull request has permissions to push to registry, or artifacts
19
# should be used to transfer images between jobs. Forked and dependabot builds don't
20
# have permission to push to registry.
21
- use_registry: ${{ ! (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.full_name != github.repository || startsWith(github.head_ref, 'dependabot/'))) }}
+ use_registry: true
22
23
jobs:
24
# builds all docker images in parallel
0 commit comments