This commit is contained in:
2024-02-08 15:13:13 -08:00
parent bc23eb3a10
commit bd5f7b6146

View File

@@ -63,6 +63,11 @@ jobs:
-
name: Copy dist to docker...
run: npm cache clean --force;mv dist docker/build
-
name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
-
name: Build and push docker image to gitea package store
uses: docker/build-push-action@v5