Skip to content

Commit

Permalink
Update dependency-updates.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Sep 18, 2024
1 parent 1cc598d commit 25fa674
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
git ls-remote --tags https://github.com/freenginx/nginx \
| cut -d/ -f3 \
| sort -V \
| tail -1 \
| sed "s|release-||g"
| tail -1
)"
sed -i "s|ARG NGINX_VER=.*|ARG NGINX_VER=$NGINX_VER|" Dockerfile
echo "version=$NGINX_VER" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 25fa674

Please sign in to comment.