Update deploy.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m16s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m16s
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up docker buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user