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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue