Skip to content

Commit

Permalink
Update circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Feb 2, 2025
1 parent e512b41 commit ac687f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
steps:
- checkout
- docker/login:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_TOKEN"
docker-username: "$DOCKERHUB_USERNAME"
docker-password: "$DOCKERHUB_TOKEN"
- docker/build-publish:
image: "freikin/dawarich:<< parameters.tag >>"
dockerfile: ./docker/Dockerfile.dev
Expand Down

0 comments on commit ac687f8

Please sign in to comment.