File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-22.04
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - uses : FNNDSC/cube-integration-action@v6
16
+ - uses : FNNDSC/cube-integration-action@master
17
17
with :
18
18
repository : ${{ github.workspace }}
19
19
which : all
29
29
- name : Get git tag
30
30
id : git_info
31
31
if : startsWith(github.ref, 'refs/tags/')
32
- run : echo "::set-output name= tag:: ${GITHUB_REF##*/}"
32
+ run : echo "tag= ${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
33
33
- name : Determine image tags
34
34
id : determine
35
35
env :
43
43
tag="${tag:1}"
44
44
fi
45
45
46
- echo "::set-output name= repo::$repo"
47
- echo "::set-output name=tag::$tag"
48
- echo "::set-output name= dock_image::$repo:$tag"
46
+ dock_image=$ repo:$tag
47
+ echo $dock_image
48
+ echo "dock_image=$dock_image" >> $GITHUB_OUTPUT
49
49
- uses : actions/checkout@v3
50
50
- uses : docker/setup-qemu-action@v2
51
51
- uses : docker/setup-buildx-action@v2
You can’t perform that action at this time.
0 commit comments