0
0

Add database image build
Some checks failed
Test and release / test (push) Successful in 2m10s
Test and release / release-image (push) Failing after 1m52s

This commit is contained in:
Serghei Cebotari 2024-01-29 13:22:27 +03:00
parent e0b3237a59
commit 70f2d92f1c

View File

@ -1,4 +1,4 @@
name: Test API
name: Test and release
on:
push:
@ -33,10 +33,17 @@ jobs:
registry: gitea.cebotari.ru
username: chebser
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
- name: Build app
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: gitea.cebotari.ru/chebser/rhsolutions-api:latest
tags: gitea.cebotari.ru/chebser/rhsolutions-api:latest
- name: Build database
uses: docker/build-push-action@v5
with:
context: .
file: Database/Dockerfile
push: true
tags: gitea.cebotari.ru/chebser/rhsolutions-db:latest