Skip to content

Commit

Permalink
Change secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 14, 2024
1 parent 0e11ebc commit 24db594
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 @@ -21,8 +21,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 24db594

Please sign in to comment.