Add install docker step
Build website container / Build image (push) Failing after 5m13s
Details
Build website container / Build image (push) Failing after 5m13s
Details
This commit is contained in:
parent
f5af83357a
commit
859366880b
|
@ -15,6 +15,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub
|
||||
|
|
Loading…
Reference in New Issue