workwlows

This commit is contained in:
Dmitri 2026-03-28 14:42:20 +01:00
parent e99ef6354f
commit 852aba641e
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7

View File

@ -1,9 +1,9 @@
name: Build and Push Docker Image name: Build and Push Docker Image
on: # on:
push: # push:
branches: # branches:
- main # - main
jobs: jobs:
build-and-push: build-and-push:
@ -29,6 +29,6 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: git.kanopo.dev/kanopo/dynamic-qrcode-backend:latest tags: git.kanopo.dev/rhythm/rhythm-backend:latest
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max cache-to: type=local,dest=/tmp/.buildx-cache,mode=max