fix(Pipeline): installed Docker
Some checks failed
Build the Docker Image / docker (push) Failing after 51s
Some checks failed
Build the Docker Image / docker (push) Failing after 51s
This commit is contained in:
parent
cbdb22d065
commit
edbac31308
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: Install Docker
|
||||||
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue