Update circle ci config

This commit is contained in:
Eugene Burmakin 2025-02-02 22:47:19 +01:00
parent 66f3c0ae90
commit 33b7dd09b9

View file

@ -64,4 +64,6 @@ workflows:
use-remote-docker: true use-remote-docker: true
use-docker-credentials-store: true use-docker-credentials-store: true
tag: "rc" tag: "rc"
docker-username: "$DOCKERHUB_USERNAME"
docker-password: "$DOCKERHUB_TOKEN"