Skip to content

Commit 1687a73

Browse files
committed
Fix login
1 parent 256e103 commit 1687a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Login to Container Registry
5151
uses: docker/login-action@v1
5252
with:
53-
registry: ${{ env.registryEndpoint }}
53+
registry:
5454
username: ${{ secrets.USERNAME }}
5555
password: ${{ secrets.PASSWORD }}
5656

0 commit comments

Comments
 (0)