mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -05:00
Does Debian Have a Packaged Called docker?
This commit is contained in:
parent
c394530c15
commit
036a4dd68c
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ jobs:
|
|||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Install docker
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install docker
|
||||
- name: Login to docker repo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue