diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1c3a4e6..9824950 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -66,19 +66,19 @@ jobs: name: Package builds runs-on: 'docker' container: - image: alpine:latest + image: node:current-alpine needs: [build-glibc, build-muslc, build-frontend] steps: - name: Install packages run: apk add tar xz - run: mkdir static - name: Download frontend - uses: actions/download-artifact@v3 + uses: https://github.com/actions/download-artifact@v3 with: name: frontend path: static - name: Download backend-glibc - uses: actions/download-artifact@v3 + uses: https://github.com/actions/download-artifact@v3 with: name: backend-glibc path: server @@ -90,7 +90,7 @@ jobs: name: package-glibc path: linux-x64-glibc.tar.xz - name: Download backend-muslc - uses: actions/download-artifact@v3 + uses: https://github.com/actions/download-artifact@v3 with: name: backend-muslc path: server