This commit is contained in:
parent
6a3580d719
commit
821003a25b
1 changed files with 5 additions and 5 deletions
|
|
@ -51,12 +51,12 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Docker CLI
|
||||
uses: https://github.com/docker/setup-docker-action@v4
|
||||
# uses: https://github.com/docker/setup-docker-action@v4
|
||||
# uses: docker/setup-docker-action@v4
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get install -y docker.io
|
||||
# which docker
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
which docker
|
||||
- name: docker which
|
||||
run: which dockerd
|
||||
- name: Log in to Forgejo Docker Registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue