Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed tag in documentation
Duncan Brown committed Nov 12, 2019
1 parent 7bb06c8 commit 76761a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shibboleth-sp-mariadb.md
@@ -74,7 +74,7 @@ export COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION=1

```
pushd comanage-registry-shibboleth-sp-base
TAG="${COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION}"
TAG=${COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION}-${COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION}
docker build \
-t comanage-registry-shibboleth-sp-base:$TAG .
popd

0 comments on commit 76761a1

Please sign in to comment.