This commit is contained in:
parent
1b3259a73b
commit
4d8afadcf2
1 changed files with 11 additions and 3 deletions
|
|
@ -11,13 +11,21 @@ jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
name: Make image
|
name: Make image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ubuntu-latest
|
|
||||||
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- name: Login to Forgejo
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: repo.nqws.ru
|
||||||
|
username: ${{ secrets.MAINTAINER_USERNAME }}
|
||||||
|
password: ${{ secrets.MAINTAINER_TOKEN }}
|
||||||
|
|
||||||
- name: Extract version from tag
|
- name: Extract version from tag
|
||||||
id: extract_version
|
id: extract_version
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue