Skip to content

Commit ee8d644

Browse files
committed
update main.yml for changing name
1 parent b9f07f3 commit ee8d644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: Log in to Docker Hub
4848
uses: docker/login-action@v3
4949
with:
50-
username: ${{ secrets.DOCKER_USERNAME }}
51-
password: ${{ secrets.DOCKER_PASSWORD }}
50+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
51+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN}}
5252

5353
- name: Build and push Docker image
5454
uses: docker/build-push-action@v5
5555
with:
5656
context: .
5757
file: ./Dockerfile
5858
push: true
59-
tags: ${{ secrets.DOCKER_USERNAME }}/aws-integration:latest
59+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:latest

0 commit comments

Comments
 (0)