fixed build
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 11s

This commit is contained in:
Samuel Philipp 2023-10-06 10:20:08 +00:00
parent 53797dae28
commit d0aed890e9

View file

@ -13,7 +13,7 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v22
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}