👷 Refactored build and publish workflow (#435)

This commit is contained in:
Nguyen Thai
2024-03-13 15:53:33 +07:00
committed by GitHub
parent 3b3bb089e8
commit 1e797942e9
14 changed files with 310 additions and 352 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ jobs:
build-frontend:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cd tdrive && docker build -t tdrive/tdrive-frontend -f docker/tdrive-frontend/Dockerfile .
build-node:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cd tdrive && docker build --target production -t docker-registry.linagora.com/tdrive/tdrive-node -f docker/tdrive-node/Dockerfile .