Updated ci.yml
This commit is contained in:
parent
c2e39dccee
commit
586f4efbb8
1 changed files with 3 additions and 6 deletions
|
|
@ -49,12 +49,9 @@ jobs:
|
|||
needs: build-and-test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Docker CLI
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
docker --version
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
server-url: https://pakin-inspiron-15-3530.tail110d9.ts.net
|
||||
- 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