Update '.gitea/workflows/ci.yml'
Some checks failed
Build and Deploy / Deploy (push) Failing after 12m8s
Some checks failed
Build and Deploy / Deploy (push) Failing after 12m8s
This commit is contained in:
parent
856f00e244
commit
4756f282bd
@ -2,18 +2,6 @@ name: Build and Deploy
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Nodejs
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
|
||||
|
||||
Deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -39,4 +27,5 @@ jobs:
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 .
|
||||
- run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
||||
|
Loading…
Reference in New Issue
Block a user