Skip to content

Commit 2881e2b

Browse files
authored
Update build_build_image.yaml
1 parent 3b9ce18 commit 2881e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_build_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
2929
- name: Save docker image to file
3030
run: |
31-
docker save -o fast:${FAST_VERSION}-build.tar fast:${FAST_VERSION}-build
31+
docker save -o fast-${FAST_VERSION}-build.tar fast:${FAST_VERSION}-build
3232
3333
- name: Upload docker image file as artifact
3434
uses: actions/upload-artifact@v4
3535
with:
3636
path: fast-*.tar
37-
if-no-files-foud: error
37+
if-no-files-found: error
3838

3939
- name: Test image
4040
run: |

0 commit comments

Comments
 (0)