File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
else
44
44
tags=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
45
45
fi
46
- echo "::set-output name= tags:: $tags"
46
+ echo "tags= $tags" >> $GITHUB_OUTPUT
47
47
- name : Extract Docker metadata
48
48
id : meta
49
49
uses : docker/metadata-action@v3
Original file line number Diff line number Diff line change 21
21
id : grep-image-content
22
22
run : |
23
23
image=$(grep -E "jekyll-build-pages.*\'" action.yml)
24
- echo "::set-output name= image:: $image"
24
+ echo "image= $image" >> $GITHUB_OUTPUT
25
25
- uses : actions-ecosystem/action-regex-match@v2
26
26
id : regex-match
27
27
with :
Original file line number Diff line number Diff line change 26
26
id : grep-image-content
27
27
run : |
28
28
image=$(grep -E "jekyll-build-pages.*\'" action.yml)
29
- echo "::set-output name= image:: $image"
29
+ echo "image= $image" >> $GITHUB_OUTPUT
30
30
- uses : actions-ecosystem/action-regex-match@v2
31
31
id : regex-match
32
32
with :
Original file line number Diff line number Diff line change 27
27
id : grep-image-content
28
28
run : |
29
29
image=$(grep -E "jekyll-build-pages.*\'" action.yml)
30
- echo "::set-output name= image:: $image"
30
+ echo "image= $image" >> $GITHUB_OUTPUT
31
31
- uses : actions-ecosystem/action-regex-match@v2
32
32
id : regex-match
33
33
with :
You can’t perform that action at this time.
0 commit comments