Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suhyenim authored Jun 6, 2024
1 parent 4b834fd commit 7177dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.FRONT_DOCKERHUB_USERNAME }}
password: ${{ secrets.FRONT_DOCKERHUB_TOKEN }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 7177dc1

Please sign in to comment.