Skip to content

Commit

Permalink
Merge pull request #270 from jonfairbanks/fixes/clean-up
Browse files Browse the repository at this point in the history
Update secret keys
  • Loading branch information
jonfairbanks authored Nov 11, 2024
2 parents 0a6414f + 9fb4084 commit 77223f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build & Push Base Image
id: docker_build
Expand Down

0 comments on commit 77223f6

Please sign in to comment.