File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Parse Alpine version
2929 id : distro_version
3030 run : |
31- echo "release=$(cat update.sh | grep -m5 '\[mainline\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
31+ echo "release=$(cat update.sh | grep -m6 '\[mainline\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
3232
3333 slim :
3434 name : Build Alpine NGINX mainline slim Docker image
Original file line number Diff line number Diff line change 2828 - name : Parse Alpine version
2929 id : distro_version
3030 run : |
31- echo "release=$(cat update.sh | grep -m5 '\[stable\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
31+ echo "release=$(cat update.sh | grep -m6 '\[stable\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
3232
3333 slim :
3434 name : Build Alpine NGINX stable slim Docker image
You can’t perform that action at this time.
0 commit comments