Merge pull request 'Update docker/login-action action to v3' (#33) from renovate/docker-login-action-3.x into main
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 42s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 42s
Reviewed-on: #33
This commit is contained in:
commit
3c916a177c
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ jobs:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Login to cr.sp-codes.de
|
- name: Login to cr.sp-codes.de
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
|
|
Loading…
Reference in a new issue