ci: 💚 Change CI to install docker
Some checks failed
Publish Docker image / Push Docker image to Gitea Container Registry (push) Failing after 38s
Some checks failed
Publish Docker image / Push Docker image to Gitea Container Registry (push) Failing after 38s
This commit is contained in:
parent
62bf1d12b9
commit
9d2a66a1fb
5
.github/workflows/push-docker.yml
vendored
5
.github/workflows/push-docker.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user