mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 05:00:10 -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:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Install docker
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install docker
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue