diff options
Diffstat (limited to '.gitea')
-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 |