mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-25 04:04:22 -04:00
More explicit names
This commit is contained in:
parent
9428d5ed56
commit
72bb886a5e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Login to DockerHub
|
||||
run: >
|
||||
echo ${{ secrets.DOCKER_TOKEN }} |
|
||||
docker login -u tyrrrz --password-stdin
|
||||
docker login --username tyrrrz --password-stdin
|
||||
|
||||
- name: Build & push image
|
||||
run: >
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Login to DockerHub
|
||||
run: >
|
||||
echo ${{ secrets.DOCKER_TOKEN }} |
|
||||
docker login -u tyrrrz --password-stdin
|
||||
docker login --username tyrrrz --password-stdin
|
||||
|
||||
- name: Build & push image
|
||||
run: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue