fixed build
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 11s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 11s
This commit is contained in:
parent
53797dae28
commit
d0aed890e9
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@v3
|
||||
uses: docker/login-action@v22
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue