Skip to content

Commit 798a806

Browse files
committed
feat: login to correct repo
1 parent 141256d commit 798a806

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141
- name: Login to Docker hub
4242
uses: docker/login-action@v3
4343
with:
44-
registry: ${{ env.REPO }}
4544
username: ${{ env.DOCKER_USERNAME }}
46-
password: '${{ env.DOCKER_PASSWORD }}'
45+
password: ${{ env.DOCKER_PASSWORD }}
4746
- name: CI tests, image build and push tag for main or branch
4847
uses: docker/build-push-action@v6
4948
with:

0 commit comments

Comments
 (0)