chore: remove unnecessary step
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m29s

Default docker image in Gitea runner now ships with Docker
This commit is contained in:
Lucien Cartier-Tilet 2023-12-19 20:08:19 +01:00
parent ad014dd1ae
commit 58bd07d556
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -18,9 +18,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with: with: