This commit is contained in:
parent
562d432080
commit
bee760839f
@ -14,9 +14,10 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: cd frontend
|
||||
- run: npm install
|
||||
working-directory: ./frontend
|
||||
- run: npm run build
|
||||
working-directory: ./frontend
|
||||
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
@ -27,8 +28,6 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- run: cd ..
|
||||
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/wrbapp:latest-arm --load --platform=linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/wrbapp:latest-arm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user