parent
f98357f766
commit
831734fe23
1 changed files with 1 additions and 11 deletions
|
|
@ -10,18 +10,8 @@ env:
|
|||
jobs:
|
||||
build-and-push:
|
||||
name: Make image
|
||||
runs-on: host
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Login to Forgejo
|
||||
uses: docker/login-action@v3
|
||||
env:
|
||||
PATH: /usr/bin:/usr/local/bin:/bin
|
||||
with:
|
||||
registry: repo.nqws.ru
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
cli-path: /usr/bin/docker
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue