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 3b9ce18 commit 2881e2bCopy full SHA for 2881e2b
.github/workflows/build_build_image.yaml
@@ -28,13 +28,13 @@ jobs:
28
29
- name: Save docker image to file
30
run: |
31
- docker save -o fast:${FAST_VERSION}-build.tar fast:${FAST_VERSION}-build
+ docker save -o fast-${FAST_VERSION}-build.tar fast:${FAST_VERSION}-build
32
33
- name: Upload docker image file as artifact
34
uses: actions/upload-artifact@v4
35
with:
36
path: fast-*.tar
37
- if-no-files-foud: error
+ if-no-files-found: error
38
39
- name: Test image
40
0 commit comments