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 6d1e9de commit ee75053
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 @@ -92,7 +92,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 @@ -50,7 +50,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 ee75053

Please sign in to comment.