Add docker deploy
Some checks failed
build docker image / docker-build (push) Has been cancelled

This commit is contained in:
Illya Marchenko 2024-11-15 13:28:44 +02:00
parent 686c46bf78
commit f96f88d16e
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -1,7 +1,9 @@
name: build docker image name: build docker image
on: on:
- push push:
branches:
- master
jobs: jobs:
docker-build: docker-build:
@ -31,6 +33,6 @@ jobs:
push: true push: true
build-args: | build-args: |
APP_URL="${{ vars.APP_URL }}" APP_URL="${{ vars.APP_URL }}"
tags: gitea.stuzer.link/stuzer05/monobank-firefly3-bot:latest tags: gitea.stuzer.link/stuzer05-private/flagsmith-fork:latest
cache-from: type=registry,ref=gitea.stuzer.link/stuzer05/monobank-firefly3-bot:latest cache-from: type=registry,ref=gitea.stuzer.link/stuzer05-private/flagsmith-fork:latest
cache-to: type=inline cache-to: type=inline