mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Docker hub login
This commit is contained in:
parent
2c8dd0bd39
commit
1d89e466d5
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -92,6 +92,10 @@ update-minikubes: set-version
|
|||
done; \
|
||||
done
|
||||
|
||||
docker-hub-login:
|
||||
cat docker-token.txt | \
|
||||
docker login -u trustgraph --password-stdin registry-1.docker.io
|
||||
|
||||
FORCE:
|
||||
|
||||
IGNOREconfig.yaml: config.json FORCE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue