fix: Attempts to add Docker installation.
Some checks failed
Release code / build (push) Failing after 2m3s
Some checks failed
Release code / build (push) Failing after 2m3s
This commit is contained in:
parent
9d90477ffb
commit
b22fd417b6
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ jobs:
|
|||
- name: Checkout code using Git
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Log in to Forgejo container registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue