style(调整风格): 调整风格

This commit is contained in:
2025-11-26 15:14:41 +08:00
parent 6bc63e09cb
commit 6a0da7fbef

View File

@@ -19,20 +19,20 @@ jobs:
apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/* apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-linux.zip wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-linux.zip
unzip -q android-ndk-r29-linux.zip && rm -f android-ndk-r29-linux.zip unzip -q android-ndk-r29-linux.zip && rm -f android-ndk-r29-linux.zip
- name: setup - name: docker setup
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
driver-opts: | driver-opts: |
"env.http_proxy=${{ env.HTTP_PROXY }}" "env.http_proxy=${{ env.HTTP_PROXY }}"
"env.https_proxy=${{ env.HTTPS_PROXY }}" "env.https_proxy=${{ env.HTTPS_PROXY }}"
"env.no_proxy=${{ env.NO_PROXY }}" "env.no_proxy=${{ env.NO_PROXY }}"
- name: login - name: docker login
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ matrix.registry }} registry: ${{ matrix.registry }}
username: ${{ secrets.docker_username }} username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }} password: ${{ secrets.docker_password }}
- name: build - name: docker build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .