Update 'alpine-pkg-tag.sh'

This commit is contained in:
quackerd 2022-06-20 01:24:16 +00:00
parent c0ca3e01d2
commit 4b5dde0fb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
PKG_NAME=$1
apk add --no-cache $PKG_NAME
apk add $PKG_NAME
VER=$(apk version $PKG_NAME | grep $PKG_NAME | sed -e "s/$PKG_NAME-\(.*\)\s*=.*/\1/" | awk '{$1=$1};1')
echo -n "$VER,latest" > .tags