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 3a7b70f commit 1a6c336Copy full SHA for 1a6c336
.github/workflows/docker_build.yml
@@ -24,7 +24,7 @@ jobs:
24
token: ${{ github.token }}
25
26
- name: Download artifacts
27
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # infered from @v4
28
with:
29
name: kafbat-ui-${{ inputs.version }}
30
path: api/build/libs
.github/workflows/docker_publish.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Download docker image
31
name: image
32
path: /tmp
0 commit comments