Commit 29e03b0 1 parent fc158f2 commit 29e03b0 Copy full SHA for 29e03b0
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,23 +85,23 @@ jobs:
85
85
mv nydus-static/* /usr/local/bin/
86
86
rm -rf nydus-static-v2.2.4-linux-amd64.tgz nydus-static
87
87
- name : Set up QEMU
88
- uses : docker/setup-qemu-action@v2
88
+ uses : docker/setup-qemu-action@v3
89
89
- name : Set up Docker Buildx
90
- uses : docker/setup-buildx-action@v2
90
+ uses : docker/setup-buildx-action@v3
91
91
- name : Log in to the Container registry
92
- uses : docker/login-action@v2
92
+ uses : docker/login-action@v3
93
93
with :
94
94
registry : ghcr.io
95
95
username : ${{ github.actor }}
96
96
password : ${{ secrets.GITHUB_TOKEN }}
97
97
- name : Extract metadata (tags, labels) for Docker
98
98
id : meta
99
- uses : docker/metadata-action@v4
99
+ uses : docker/metadata-action@v5
100
100
with :
101
101
images : |
102
102
ghcr.io/appthreat/chen
103
103
- name : Build and push Docker images
104
- uses : docker/build-push-action@v4
104
+ uses : docker/build-push-action@v5
105
105
with :
106
106
file : ci/Dockerfile
107
107
context : .
You can’t perform that action at this time.
0 commit comments