Adding login to docker hub
Some checks failed
Some checks failed
This commit is contained in:
parent
fb3a02333e
commit
1acb685b75
@ -20,7 +20,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Login to container registry
|
- name: Loging to docker hub registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ vars.DOCKER_HUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||||
|
- name: Login to gitea container registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.anatid.net
|
registry: git.anatid.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user