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

This commit is contained in:
nihonium 2025-10-08 19:02:13 +03:00
parent 25aa5fd880
commit ad9e7f95cb
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-go@v6
with:
go-version: '^1.25'
cache-dependency-path: modules/server/go.sum
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@ -44,7 +45,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
file: Dockerfiles/Dockerfile-server
file: Dockerfiles/Dockerfile_server
push: true
tags: meowgit.nekoea.red/nihonium/nyanimedb:latest