Compare commits

..

No commits in common. "b74288c0341a8814e052b5a71f58a3ea348a87e4" and "be2eef93b4e9e1b62572f52e3ad32079ecedda83" have entirely different histories.

View file

@ -9,20 +9,22 @@ jobs:
docker:
name: Build and Push Docker image
runs-on: docker
# container:
# image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v4
with:
push: true
tags: |