mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
chore(ci): update actions plugin to use node 20
This commit is contained in:
parent
741ffa14b0
commit
a798b2cce9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -149,7 +149,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install musl cross compiler
|
- name: Install musl cross compiler
|
||||||
if: env.GOOS == 'linux'
|
if: env.GOOS == 'linux'
|
||||||
uses: 0xJacky/musl-cross-compilers@v0.6.5
|
uses: 0xJacky/musl-cross-compilers@v0.6.6
|
||||||
id: musl
|
id: musl
|
||||||
with:
|
with:
|
||||||
target: ${{ env.ARCH_NAME }}-linux-musl${{ env.ABI }}
|
target: ${{ env.ARCH_NAME }}-linux-musl${{ env.ABI }}
|
||||||
|
@ -245,7 +245,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./dist
|
context: ./dist
|
||||||
file: ./dist/Dockerfile
|
file: ./dist/Dockerfile
|
||||||
|
@ -261,7 +261,7 @@ jobs:
|
||||||
cp -rp ./resources ./dist
|
cp -rp ./resources ./dist
|
||||||
|
|
||||||
- name: Build and push demo
|
- name: Build and push demo
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./dist
|
context: ./dist
|
||||||
file: ./dist/demo.Dockerfile
|
file: ./dist/demo.Dockerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue