fix: init docker
Some checks failed
Build and Deploy Go App / deploy (push) Has been cancelled
Build and Deploy Go App / build (push) Has been cancelled

This commit is contained in:
nihonium 2025-10-08 18:09:47 +03:00
parent 6bf6aa31e8
commit bf599c58c3
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -17,6 +17,9 @@ jobs:
with:
go-version: '^1.25'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Build application
- name: Build Go app
run: |
@ -38,18 +41,11 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: meowgit.nekoea.red/nihonium/nyanimedb:latest
# - name: Build Docker image
# run: |
# cd modules/server
# docker build -t nyanimedb:latest .
deploy:
runs-on: self-hosted