Skip to content

Commit

Permalink
Change DOCKERHUB to DOCKER
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenmoors committed Dec 15, 2021
1 parent 4daf727 commit e309148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Checkout the Heimdall Repository
uses: actions/checkout@v2
- name: Build and push
Expand Down

0 comments on commit e309148

Please sign in to comment.