Skip to content

Commit ec5e413

Browse files
committed
Use pattern to download base java image
1 parent 8a34a0e commit ec5e413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Retrieve base java image
145145
uses: actions/download-artifact@v4
146146
with:
147-
name: bfd-platform-base-java
147+
pattern: '*bfd-platform-base-java*'
148148
path: ${{ runner.temp }}
149149

150150
- name: Load base image into Docker

0 commit comments

Comments
 (0)