Skip to content

Commit

Permalink
#32: update docker secrets in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 6, 2024
1 parent a8c16ec commit b79b3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushbasedockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push to Docker Hub
uses: docker/build-push-action@v6
Expand Down

0 comments on commit b79b3db

Please sign in to comment.