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