Skip to content

Commit 05c3de8

Browse files
authored
Update aws.yml
1 parent 8654147 commit 05c3de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/aws.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
- name: Login to DockerHub
3636
uses: docker/login-action@v1
3737
with:
38-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
39-
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
38+
username: ${{ secrets.DOCKER_USERNAME }}
39+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
4040

4141
# DockerHub Push
4242
- name: Build and Push Docker image
4343
run: |
44-
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/didacto-app-dev .
45-
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/didacto-app-dev
44+
docker build -t ${{ secrets.DOCKER_USERNAME }}/didacto-app-dev .
45+
docker push ${{ secrets.DOCKER_USERNAME }}/didacto-app-dev
4646
4747

4848
deploy:

0 commit comments

Comments
 (0)