Skip to content

Commit 282dd07

Browse files
committed
style: Update LegacyKeyValueFormat
1 parent 6fc2954 commit 282dd07

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,43 +24,43 @@ jobs:
2424
bypanel/nginx:stable
2525
bypanel/nginx:latest
2626
# 硬编码主线版配置
27-
- version: "1.29.5"
27+
- version: "1.29.6"
2828
tags: |
29-
bypanel/nginx:1.29.5
29+
bypanel/nginx:1.29.6
3030
bypanel/nginx:mainline
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Set build date
3636
run: |
3737
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
3838
3939
- name: Login to Docker Hub
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@v4
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4444

4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@v3
47-
with:
48-
image: tonistiigi/binfmt:qemu-v8.1.5
46+
uses: docker/setup-qemu-action@v4
4947

5048
- name: Set up Docker Buildx
51-
uses: docker/setup-buildx-action@v3
49+
uses: docker/setup-buildx-action@v4
5250
with:
5351
driver-opts: |
5452
network=host
5553
5654
- name: Build and push multi-arch image
57-
uses: docker/build-push-action@v6
55+
uses: docker/build-push-action@v7
5856
with:
5957
context: .
6058
file: ${{ env.DOCKERFILE_PATH }}
6159
platforms: linux/amd64,linux/arm64
6260
push: true
6361
tags: ${{ matrix.tags }}
6462
build-args: |
63+
DISTRO=alpine
64+
DISTRO_VER=latest
6565
VER_NGINX=${{ matrix.version }}
6666
BUILD_DATE=${{ env.BUILD_DATE }}

0 commit comments

Comments
 (0)