Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
fix dockerhub secrets (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmariachi authored Mar 12, 2024
1 parent 48d29e5 commit 625783c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build, tag, and push image to Docker Hub
id: build-push-image
Expand Down

0 comments on commit 625783c

Please sign in to comment.