Skip to content

Commit

Permalink
ci(repo): update docker login command
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Apr 22, 2024
1 parent 8ea08a5 commit 6d1e9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Set up Docker
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} registry.camunda.cloud
echo ${{ secrets.DOCKER_PASSWORD }} | docker login --username [email protected] --password-stdin registry.camunda.cloud
- name: Set up Docker Compose
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Set up Docker
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} registry.camunda.cloud
echo ${{ secrets.DOCKER_PASSWORD }} | docker login --username [email protected] --password-stdin registry.camunda.cloud
- name: Set up Docker Compose
run: |
Expand Down

0 comments on commit 6d1e9de

Please sign in to comment.