Skip to content

Commit

Permalink
Merge pull request #29 from Luois45/Luois45-patch-7
Browse files Browse the repository at this point in the history
Fixed login bug in workflow
  • Loading branch information
louisa-uno authored Apr 19, 2024
2 parents 99078f1 + 0ce6dcd commit 94d98e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: luois45
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.GIT_USERNAME }}
username: Luois45
password: ${{ secrets.GIT_TOKEN }}

- name: Extract Version Tag
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Update Hub Description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: luois45
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: luois45/skinbaronbot_v2
readme-filepath: ./DockerHub-README.md

0 comments on commit 94d98e0

Please sign in to comment.