Fix typo, add test for v2 secret key in env, fix docker build scripts
This commit is contained in:
parent
b0564669ac
commit
5ae69fe761
13 changed files with 108 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker tag $IMAGE_NAME ${repoName}:latest
|
||||
docker push ${repoName}:latest
|
||||
docker tag $IMAGE_NAME ${DOCKER_REPO}:latest
|
||||
docker push ${DOCKER_REPO}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue