Fix/release broken (#257)

* Break release into 3 jobs

* Replace Github action with podman command
This commit is contained in:
cybermaggedon 2025-01-06 21:45:42 +00:00 committed by GitHub
parent 542209423b
commit dc2b599fda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 61 additions and 16 deletions

View file

@ -104,5 +104,5 @@ update-dcs: set-version
docker-hub-login:
cat docker-token.txt | \
docker login -u trustgraph --password-stdin registry-1.docker.io
${DOCKER} login -u trustgraph --password-stdin registry-1.docker.io