Skip to content

Commit 637563e

Browse files
committed
使用完整SHA值
1 parent 40e7f6c commit 637563e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ jobs:
2020

2121
steps:
2222
- name: 拉取代码
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2424

2525
- name: 下载 Web 版本构建产物
26-
uses: actions/download-artifact@v4
26+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
2727
with:
2828
name: ${{ inputs.version }}-web
2929

3030
- name: 解压 Web 版本构建产物
3131
run: unzip -q Stapxs.QQ.Lite-${{ inputs.version }}-web.zip
3232

3333
- name: 设置 Docker Buildx
34-
uses: docker/setup-buildx-action@v3
34+
uses: docker/setup-buildx-action@1583c0f09d26c58c59d25b0eef29792b7ce99d9a
3535

3636
- name: 登录 Docker Hub
37-
uses: docker/login-action@v2
37+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
3838
with:
3939
username: stapxs
4040
password: ${{ secrets.DOCKER_PASSWORD }}
4141

4242
- name: 登录 GitHub Container Registry
43-
uses: docker/login-action@v2
43+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}

0 commit comments

Comments
 (0)