File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
- name : Parse Alpine version
29
29
id : distro_version
30
30
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"
32
32
33
33
slim :
34
34
name : Build Alpine NGINX mainline slim Docker image
Original file line number Diff line number Diff line change 28
28
- name : Parse Alpine version
29
29
id : distro_version
30
30
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"
32
32
33
33
slim :
34
34
name : Build Alpine NGINX stable slim Docker image
You can’t perform that action at this time.
0 commit comments