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

Reviewed-on: #33
This commit is contained in:
Samuel Philipp 2023-09-29 14:48:16 +00:00
commit 3c916a177c

View file

@ -13,12 +13,12 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }}