Update .forgejo/workflows/docker.yml
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 27s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 27s
This commit is contained in:
parent
d0aed890e9
commit
91751fe2d1
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue