Skip to content

Commit 078b7f5

Browse files
authored
Update main.yml
1 parent 8ba8dc8 commit 078b7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/login-action@v3
2525
with:
2626
username: ${{ secrets.DOCKER_USERNAME }}
27-
token: ${{ secrets.DOCKER_PASSWORD }}
27+
password: ${{ secrets.DOCKER_PASSWORD }}
2828

2929
- name: Build and push Docker image
3030
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)