Fixed syntax
This commit is contained in:
parent
3d0c5a190f
commit
e60a1cee5e
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
REGISTRY="docker.io"
|
||||
VERSION="$(cat Dockerfile | grep "ARG CADDY_VERSION" | grep -Eo '=.+' | grep -Eo '[[:alnum:]\.\/\-]+')"
|
||||
|
||||
docker login -u ztimson ${{secrets.DOCKER_TOKEN}} $REGISTRY
|
||||
docker login -u ztimson -p ${{secrets.DOCKER_TOKEN}} $REGISTRY
|
||||
|
||||
docker build -t $REGISTRY/${{github.repository}}:${{github.ref_name}} .
|
||||
docker push $REGISTRY/${{github.repository}}:${{github.ref_name}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user