mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 15:37:46 -05:00
Maybe Not sudo?
This commit is contained in:
parent
036a4dd68c
commit
726e0cf5e1
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Install docker
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install docker
|
||||
apt-get update
|
||||
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