We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996fd54 commit 7ebc14dCopy full SHA for 7ebc14d
.github/workflows/alpine-mainline.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Parse Alpine version
29
id: distro_version
30
run: |
31
- echo "release=$(cat update.sh | grep -m5 '\[mainline\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
+ echo "release=$(cat update.sh | grep -m6 '\[mainline\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
32
33
slim:
34
name: Build Alpine NGINX mainline slim Docker image
.github/workflows/alpine-stable.yml
- echo "release=$(cat update.sh | grep -m5 '\[stable\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
+ echo "release=$(cat update.sh | grep -m6 '\[stable\]=' | tail -n1 | cut -d"'" -f2)" >> "$GITHUB_OUTPUT"
name: Build Alpine NGINX stable slim Docker image
0 commit comments