Add a Doicker installation step

This commit is contained in:
Maciej Pędzich 2024-02-23 16:43:22 +01:00
parent 6aaba3995a
commit 3645899adf

View File

@ -6,6 +6,8 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Check out repository code
uses: actions/checkout@v3
- name: Build Docker image