frontend: add current workplace and update skills

This commit is contained in:
2024-11-02 09:13:27 +02:00
parent 95ef362131
commit 731d943997
5 changed files with 71 additions and 56 deletions

View File

@ -10,5 +10,5 @@ docker tag my-portfolio-app:latest registry.tahmidcloud.com/my-portfolio-app:lat
docker push registry.tahmidcloud.com/my-portfolio-app:latest
# Check the registry
curl -u user:pass http://192.168.1.142:5000/v2/_catalog
curl -u user:pass https://registry.tahmidcloud.com/v2/_catalog
```