Skip to content

Commit 217d89e

Browse files
authored
Update docker-compose-build-push.yml
1 parent 4b2db1d commit 217d89e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-compose-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Log in to Docker Hub
2020
uses: docker/login-action@v3
2121
with:
22-
username: ${{ secrets.DOCKER_USERNAME }}
23-
password: ${{ secrets.DOCKER_PASSWORD }}
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2424

2525
- name: Build Docker image using Compose
2626
run: docker-compose build

0 commit comments

Comments
 (0)