Update circle ci config

This commit is contained in:
Eugene Burmakin 2025-02-02 22:28:31 +01:00
parent 8c8ec576c4
commit 7b03247101

View file

@ -68,7 +68,7 @@ jobs:
- run: - run:
name: Login to Docker Hub name: Login to Docker Hub
command: echo "$DOCKERHUB_TOKEN" | docker login -username "$DOCKERHUB_USERNAME" --password-stdin command: echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
- run: - run:
name: Set Docker tags name: Set Docker tags