mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 15:09:59 -05:00
Maybe I Need To Start Docker?
This commit is contained in:
parent
755f192ae4
commit
09994643a0
1 changed files with 5 additions and 0 deletions
|
|
@ -14,11 +14,16 @@ jobs:
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker git
|
run: apk add --update docker git
|
||||||
|
- name: Start docker
|
||||||
|
shell: /bin/ash -e {0}
|
||||||
|
run: service docker start
|
||||||
# - name: Print Some Debugging Info
|
# - name: Print Some Debugging Info
|
||||||
# shell: /bin/ash -e {0}
|
# shell: /bin/ash -e {0}
|
||||||
# run: echo ${{ github.repository }}
|
# run: echo ${{ github.repository }}
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
- 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