mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
update: musl-cross-compilers
This commit is contained in:
parent
467ec07e6b
commit
1cb05e741f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
|||
|
||||
- name: Install musl cross compiler
|
||||
if: env.GOOS == 'linux'
|
||||
uses: Lesmiscore/musl-cross-compilers@v0.5
|
||||
uses: 0xJacky/musl-cross-compilers@v0.5-patch
|
||||
id: musl
|
||||
with:
|
||||
target: ${{ env.ARCH_NAME }}-linux-musl${{ env.ABI }}
|
||||
|
@ -198,7 +198,7 @@ jobs:
|
|||
|
||||
- name: Login to DockerHub
|
||||
if: env.GOOS == 'linux' && env.GOARCH == 'amd64'
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue