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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Docker CLI
|
- 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
|
# uses: docker/setup-docker-action@v4
|
||||||
# run: |
|
run: |
|
||||||
# apt-get update
|
apt-get update
|
||||||
# apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
# which docker
|
which docker
|
||||||
# - name: docker which
|
- name: docker which
|
||||||
# run: /usr/sbin/dockerd
|
run: /usr/sbin/dockerd
|
||||||
- name: Log in to Forgejo Docker Registry
|
- name: Log in to Forgejo Docker Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ACCESS_TOKEN }}" | docker login pakin-inspiron-15-3530.tail110d9.ts.net -u "${{ secrets.DOCKER_USER }}" --password-stdin
|
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