Skip to content

Commit ad38aec

Browse files
committed
temp hack to ensure builds are uploaded
1 parent 8b418e4 commit ad38aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# determine whether this pull request has permissions to push to registry, or artifacts
1919
# should be used to transfer images between jobs. Forked and dependabot builds don't
2020
# 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/'))) }}
21+
use_registry: true
2222

2323
jobs:
2424
# builds all docker images in parallel

0 commit comments

Comments
 (0)