diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-09 16:48:11 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-09 16:48:11 +0300 |
commit | 27167ace1bcc3e17460409b54c3b1bbbb0e76c71 (patch) | |
tree | e83afdcfc85590bb03b8699bc0a5e70204de3476 /.gitea/workflows | |
parent | 69db707d6803ada3891e4e71b8660ad095392973 (diff) |
Do not build custom db image
Diffstat (limited to '.gitea/workflows')
-rw-r--r-- | .gitea/workflows/release.yaml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 57b09e7..b915d12 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -41,11 +41,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: gitea.cebotari.ru/chebser/rhsolutions-api:latest - - name: Build database - uses: docker/build-push-action@v5 - with: - context: Database - file: Database/Dockerfile - push: true - tags: gitea.cebotari.ru/chebser/rhsolutions-db:latest
\ No newline at end of file + tags: gitea.cebotari.ru/chebser/rhsolutions-api:latest
\ No newline at end of file |