ci: 💚 Change CI to install docker
Some checks failed
Publish Docker image / Push Docker image to Gitea Container Registry (push) Failing after 38s

This commit is contained in:
Louis Gallet 2024-02-27 15:45:05 +01:00
parent 62bf1d12b9
commit 9d2a66a1fb
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -16,12 +16,13 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Push Docker image to Gitea Container Registry
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with: