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
|
||||
if: env.GOOS == 'linux'
|
||||
uses: 0xJacky/musl-cross-compilers@v0.6.5
|
||||
uses: 0xJacky/musl-cross-compilers@v0.6.6
|
||||
id: musl
|
||||
with:
|
||||
target: ${{ env.ARCH_NAME }}-linux-musl${{ env.ABI }}
|
||||
|
@ -245,7 +245,7 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
if: github.event_name == 'release'
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./dist
|
||||
file: ./dist/Dockerfile
|
||||
|
@ -261,7 +261,7 @@ jobs:
|
|||
cp -rp ./resources ./dist
|
||||
|
||||
- name: Build and push demo
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./dist
|
||||
file: ./dist/demo.Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue