Skip to content

Commit

Permalink
Update docker-tag-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdingwell authored Jun 19, 2023
1 parent 293d42a commit 26392d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-tag-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 26392d6

Please sign in to comment.