Skip to content

Commit c5cc7a2

Browse files
authored
🔥 remove deprecated set-output (#56)
1 parent a05f606 commit c5cc7a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ runs:
101101
TAG_LIST+=",${{ inputs.docker-registry }}/${{ inputs.docker-image }}:${LATEST}"
102102
fi
103103
104-
echo ::set-output name=tag_list::${TAG_LIST}
105-
echo ::set-output name=tag::${TAG}
106-
echo ::set-output name=latest::${LATEST}
107-
echo ::set-output name=push::${PUSH}
104+
echo "tag_list=$TAG_LIST" >> $GITHUB_OUTPUT
105+
echo "tag=$TAG" >> $GITHUB_OUTPUT
106+
echo "latest=$LATEST" >> $GITHUB_OUTPUT
107+
echo "push=$PUSH" >> $GITHUB_OUTPUT
108108
109109
- name: Set up Docker Buildx
110110
if: inputs.docker-username != '' && inputs.docker-password != ''

0 commit comments

Comments
 (0)