mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 00:03:09 +01:00
Fix dockerhub login in github actions
This commit is contained in:
parent
d826800985
commit
1d41c1d440
4
.github/workflows/ci-docker-publish-dev.yml
vendored
4
.github/workflows/ci-docker-publish-dev.yml
vendored
@ -62,8 +62,8 @@ jobs:
|
||||
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
username: 2fauth
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Set variables
|
||||
id: set_vars
|
||||
|
@ -16,8 +16,8 @@ jobs:
|
||||
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
username: 2fauth
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Set tags
|
||||
uses: actions/github-script@v6
|
||||
@ -43,8 +43,8 @@ jobs:
|
||||
- name: Update Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: 2fauth
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
repository: 2fauth/2fauth
|
||||
short-description: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
|
||||
readme-filepath: docker/README.md
|
||||
|
Loading…
Reference in New Issue
Block a user