File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 id : local
4747 run : |
4848 local_tag=$(cat helm-chart/binderhub/values.yaml | yq e '.${{ matrix.values_path }}' -)
49- echo "::set-output name= tag:: $local_tag"
49+ echo "tag= $local_tag" >> $GITHUB_OUTPUT
5050
5151 - name : Get latest tag of ${{ matrix.registry }}/${{ matrix.repository }}
5252 id : latest
6161 docker run --rm quay.io/skopeo/stable list-tags docker://${{ matrix.registry }}/${{ matrix.repository }} \
6262 | jq -r '[.Tags[] | select(. | match("^\\d+\\.\\d+\\.\\d+$") | .string)] | sort_by(split(".") | map(tonumber)) | last'
6363 )
64- echo "::set-output name= tag:: $latest_tag"
64+ echo "tag= $latest_tag" >> $GITHUB_OUTPUT
6565
6666 - name : Update values.yaml pinned tag
6767 if : steps.local.outputs.tag != steps.latest.outputs.tag
You can’t perform that action at this time.
0 commit comments