Add install docker step
Build website container / Build image (push) Failing after 5m13s Details

This commit is contained in:
LordMathis 2023-11-23 20:54:20 +01:00
parent f5af83357a
commit 859366880b
1 changed files with 2 additions and 0 deletions

View File

@ -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