Skip to content

Commit

Permalink
Merge pull request #22 from Luois45/Luois45-patch-5
Browse files Browse the repository at this point in the history
Update docker-build-main.yml
  • Loading branch information
Louis_45 authored Jan 12, 2024
2 parents c2e3b9c + dddd290 commit 74665b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,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: Build and push
Expand All @@ -45,7 +45,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 74665b1

Please sign in to comment.