Skip to content

Commit

Permalink
Updates var name for Docker API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 6, 2024
1 parent f87d6fd commit de0716b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: 🔑 Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: lissy93
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: 🔑 Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit de0716b

Please sign in to comment.