Updated ci.yml
This commit is contained in:
parent
24bc694d24
commit
6e94450e0b
1 changed files with 2 additions and 2 deletions
|
|
@ -45,14 +45,14 @@ jobs:
|
|||
# PORT: 36530
|
||||
# DEBUG: server:*
|
||||
build-docker:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
needs: build-and-test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Log in to Forgejo Docker Registry
|
||||
run: |
|
||||
echo "${{ secrets.ACCESS_TOKEN }}" | docker login pakin-inspiron-15-3530.tail110d9.ts.net/pakin/ggs-cron -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
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
IMAGE_NAME=pakin-inspiron-15-3530.tail110d9.ts.net/pakin/ggs-cron:${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue