forked from github.com/GenderDysphoria.fyi
fix please? maybe?
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
apt upgrade -y
|
||||
apt install -y graphicsmagick p7zip-full
|
||||
-
|
||||
name: Use Node.js ${{ matrix.node-version }}
|
||||
name: Use Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
run: npm run build
|
||||
-
|
||||
name: Copy dist to docker...
|
||||
run: npm cache clean --force;cp -a dist docker/
|
||||
run: npm cache clean --force;mv dist docker/build
|
||||
-
|
||||
name: Build and push docker image to gitea package store
|
||||
uses: docker/build-push-action@v5
|
||||
|
||||
Reference in New Issue
Block a user