File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name-template : ' v$RESOLVED_VERSION: terraform v1.1'
1+ name-template : ' terraform v1.1: v$RESOLVED_VERSION '
22tag-template : ' v1.1-v$RESOLVED_VERSION'
33tag-prefix : ' v1.1-'
44change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN wget -q -O ./yq $(wget -q -O - https://api.github.com/repos/mikefarah/yq/rel
111111 chmod +x ./yq && \
112112 sudo mv ./yq /usr/bin/yq
113113
114- RUN wget -q -O ./yq4 $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/tags/v4.16.1 | jq -r --arg NAME "yq_linux_$(if [[ " $TARGETPLATFORM" == " linux/arm64" ]]; then echo " arm64"; else echo " amd64"; fi)" '.assets[] | select(.name == $NAME) | .browser_download_url' ) && \
114+ RUN wget -q -O ./yq4 $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/tags/v4.25.2 | jq -r --arg NAME "yq_linux_$(if [[ " $TARGETPLATFORM" == " linux/arm64" ]]; then echo " arm64"; else echo " amd64"; fi)" '.assets[] | select(.name == $NAME) | .browser_download_url' ) && \
115115 chmod +x ./yq4 && \
116116 sudo mv ./yq4 /usr/bin/yq4
117117
You can’t perform that action at this time.
0 commit comments