Fixed build
This commit is contained in:
parent
b9f0d013b6
commit
7d558e458a
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -19,7 +19,9 @@ jobs:
|
||||
id: extract-version
|
||||
run: |
|
||||
VERSION=$(cat Dockerfile | grep "ARG CADDY_VERSION" | grep -Eo '=.+' | grep -Eo '[[:alnum:]\.\/\-]+')
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
||||
echo $VERSION
|
||||
|
||||
publish:
|
||||
name: Build & Push Dockerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user