fix(actions): attempting to fix action
Some checks failed
Cloud Actions / Dockerhub (push) Failing after 51s
Some checks failed
Cloud Actions / Dockerhub (push) Failing after 51s
This commit is contained in:
parent
56b5463142
commit
93ed34d80d
@ -24,6 +24,11 @@ jobs:
|
|||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Verify Docker is available
|
||||||
|
run: |
|
||||||
|
docker info
|
||||||
|
docker version
|
||||||
|
|
||||||
- name: Login to Dockerhub # log into docker hub
|
- name: Login to Dockerhub # log into docker hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user