Remove docker installation step

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
.gitea/workflows

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