Update .forgejo/workflows/docker.yml
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 27s

This commit is contained in:
Samuel Philipp 2023-10-06 10:21:23 +00:00
parent d0aed890e9
commit 91751fe2d1

View file

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