mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02: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
|
- uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: 2fauth
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Set variables
|
- name: Set variables
|
||||||
id: set_vars
|
id: set_vars
|
||||||
|
@ -16,8 +16,8 @@ jobs:
|
|||||||
|
|
||||||
- uses: docker/login-action@v3
|
- uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: 2fauth
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Set tags
|
- name: Set tags
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
@ -43,8 +43,8 @@ jobs:
|
|||||||
- name: Update Docker Hub Description
|
- name: Update Docker Hub Description
|
||||||
uses: peter-evans/dockerhub-description@v3
|
uses: peter-evans/dockerhub-description@v3
|
||||||
with:
|
with:
|
||||||
username: 2fauth
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
repository: 2fauth/2fauth
|
repository: 2fauth/2fauth
|
||||||
short-description: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
|
short-description: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
|
||||||
readme-filepath: docker/README.md
|
readme-filepath: docker/README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user