Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Dec 17, 2023
1 parent dea325d commit bc4adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Read version
id: version
run: echo "version=$(echo curl-$(cat Dockerfile | grep -wE "ARG CURL_VERSION=*" | sed "s|ARG CURL_VERSION=||g" | sed "s|_|\.|g")-wolfssl-$(cat Dockerfile | grep -wE "ARG WS_VERSION=*" | sed "s|ARG WS_VERSION=v\([0-9]+\).*|\1|g")-nghttp3-$(cat Dockerfile | grep -wE "ARG NGH3_VERSION=*" | sed "s|ARG NGH3_VERSION=v||g")-ngtcp2-$(cat Dockerfile | grep -wE "ARG NT2_VERSION=*" | sed "s|ARG NT2_VERSION=v||g"))" >> $GITHUB_OUTPUT
run: echo "version=$(echo curl-$(cat Dockerfile | grep -wE "ARG CURL_VERSION=*" | sed "s|ARG CURL_VERSION=curl-||g" | sed "s|_|\.|g")-wolfssl-$(cat Dockerfile | grep -wE "ARG WS_VERSION=*" | sed "s|ARG WS_VERSION=v\([0-9.]\+\).*|\1|g")-nghttp3-$(cat Dockerfile | grep -wE "ARG NGH3_VERSION=*" | sed "s|ARG NGH3_VERSION=v||g")-ngtcp2-$(cat Dockerfile | grep -wE "ARG NT2_VERSION=*" | sed "s|ARG NT2_VERSION=v||g"))" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down

0 comments on commit bc4adea

Please sign in to comment.