Skip to content

Commit 6241b07

Browse files
committed
Fix indentation.
1 parent 88a4cb5 commit 6241b07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
- name: 'Checkout Github Action'
5656
uses: actions/checkout@master
5757
- name: Login to Container Registry
58-
uses: docker/login-action@v1
59-
with:
60-
registry: ${{ env.registryEndpoint }}
61-
username: ${{ secrets.USERNAME }}
62-
password: ${{ secrets.PASSWORD }}
58+
uses: docker/login-action@v1
59+
with:
60+
registry: ${{ env.registryEndpoint }}
61+
username: ${{ secrets.USERNAME }}
62+
password: ${{ secrets.PASSWORD }}
6363
- name: Compose build ${{ env.services }}
6464
run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
6565
shell: bash

0 commit comments

Comments
 (0)