ci: base registry docker.io/library (no trailing slash)
All checks were successful
build / build (push) Successful in 43s
All checks were successful
build / build (push) Successful in 43s
This commit is contained in:
parent
9962e902d1
commit
4e42ea531f
@ -17,7 +17,7 @@ jobs:
|
||||
git clone "http://kaezhou:${{ secrets.REGISTRY_TOKEN }}@localhost:3000/kaezhou/iloom-flatten.git" "$workdir"
|
||||
cd "$workdir"; git checkout "${{ github.sha }}"
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login localhost:3000 -u kaezhou --password-stdin
|
||||
docker build --build-arg BASE_REGISTRY=docker.io/library/ \
|
||||
docker build --build-arg BASE_REGISTRY=docker.io/library \
|
||||
-t "$REG/iloom-frontend:$TAG" -t "$REG/iloom-frontend:latest" .
|
||||
docker push "$REG/iloom-frontend:$TAG"
|
||||
docker push "$REG/iloom-frontend:latest"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user