ci: install docker
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 17s
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 17s
This commit is contained in:
parent
48af03c67a
commit
8e66f0e13b
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y docker.io
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue