mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-16 19:12:57 +05:30
install docker
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 4m14s
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 4m14s
This commit is contained in:
parent
33233e0482
commit
a6bdb4fb3f
@ -8,6 +8,9 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install docker
|
||||
uses: papodaca/install-docker-action@main
|
||||
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user