Remove docker installation step
Build website container / Build image (push) Failing after 1m58s Details

This commit is contained in:
LordMathis 2023-11-23 21:30:19 +01:00
parent 859366880b
commit 9ef3e44252
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ 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