Compare commits

..

No commits in common. "19919ee1c0baa6c4a44c0c51b33c95a67b686e3d" and "da00f59fbd7be0f5c2edf34b7e65bb3c7349ee9f" have entirely different histories.

View file

@ -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@v3 uses: docker/login-action@v2
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@v3 uses: docker/login-action@v2
with: with:
registry: cr.sp-codes.de registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}