Skip to content

Commit bbcfc25

Browse files
committed
hotfix: download distfiles before building 'all' image
1 parent 5f36150 commit bbcfc25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
continue-on-error: ${{ matrix.can_fail_build }}
2020
steps:
2121
- uses: actions/checkout@v3
22+
- uses: ./.github/actions/downloads
2223

2324
- name: Log in to Docker Hub
2425
uses: docker/login-action@v2

0 commit comments

Comments
 (0)