This commit is contained in:
parent
a5cca36618
commit
8fbdef686f
1 changed files with 7 additions and 7 deletions
|
|
@ -51,14 +51,14 @@ 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
|
||||
# - name: docker which
|
||||
# run: /usr/sbin/dockerd
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
which docker
|
||||
- name: docker which
|
||||
run: /usr/sbin/dockerd
|
||||
- name: Log in to Forgejo Docker Registry
|
||||
run: |
|
||||
echo "${{ secrets.ACCESS_TOKEN }}" | docker login pakin-inspiron-15-3530.tail110d9.ts.net -u "${{ secrets.DOCKER_USER }}" --password-stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue