Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
b5df454cec
commit
6b6210c63c
1 changed files with 2 additions and 3 deletions
|
@ -20,9 +20,8 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: forge.k3s.fr
|
registry: forge.k3s.fr
|
||||||
username: ci
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
#${{ secrets.DOCKERHUB_USERNAME }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue