From 4756f282bdbfeed6278711370b61b9d9a6c601c6 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sun, 30 Apr 2023 15:16:18 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 822e6d5..f33c385 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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