This commit is contained in:
2024-02-08 15:00:09 -08:00
parent 98c86938a9
commit 4b3599d700

View File

@@ -62,7 +62,7 @@ jobs:
run: npm run build
-
name: Copy dist to docker...
run: npm cache clean;cp -a dist docker/
run: npm cache clean --force;cp -a dist docker/
-
name: Build and push docker image to gitea package store
uses: docker/build-push-action@v5