We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f07f3 commit ee8d644Copy full SHA for ee8d644
.github/workflows/main.yml
@@ -47,13 +47,13 @@ jobs:
47
- name: Log in to Docker Hub
48
uses: docker/login-action@v3
49
with:
50
- username: ${{ secrets.DOCKER_USERNAME }}
51
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
+ password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN}}
52
53
- name: Build and push Docker image
54
uses: docker/build-push-action@v5
55
56
context: .
57
file: ./Dockerfile
58
push: true
59
- tags: ${{ secrets.DOCKER_USERNAME }}/aws-integration:latest
+ tags: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-integration:latest
0 commit comments