action update
All checks were successful
/ Make image (push) Successful in 1m9s

This commit is contained in:
nquidox 2025-10-10 21:17:49 +03:00
parent 1b3259a73b
commit ea24932476
2 changed files with 13 additions and 5 deletions

View file

@ -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: |

View file

@ -27,8 +27,8 @@ import (
func main() { func main() {
log.Debug("Starting merch-parser-api") log.Debug("Starting merch-parser-api")
//setup config //setup config
//c := config.NewConfig() c := config.NewConfig()
c := config.DevConfig() //c := config.DevConfig()
ctx := context.Background() ctx := context.Background()
//log level //log level