File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,26 @@ jobs:
19
19
with :
20
20
username : ${{ secrets.DOCKER_USERNAME }}
21
21
password : ${{ secrets.DOCKER_PASSWORD }}
22
-
23
- -
22
+
23
+ -
24
24
name : Extract metadata (tags, labels) for Docker
25
25
id : meta
26
26
uses : docker/metadata-action@v4
27
27
with :
28
- images : ahzmr /chatgpt-next-web
28
+ images : ${{ secrets.DOCKER_USERNAME }} /chatgpt-next-web
29
29
tags : |
30
30
type=raw,value=latest
31
31
type=ref,event=tag
32
-
33
- -
32
+
33
+ -
34
34
name : Set up QEMU
35
35
uses : docker/setup-qemu-action@v2
36
36
37
- -
37
+ -
38
38
name : Set up Docker Buildx
39
39
uses : docker/setup-buildx-action@v2
40
-
41
- -
40
+
41
+ -
42
42
name : Build and push Docker image
43
43
uses : docker/build-push-action@v4
44
44
with :
49
49
labels : ${{ steps.meta.outputs.labels }}
50
50
cache-from : type=gha
51
51
cache-to : type=gha,mode=max
52
-
52
+
You can’t perform that action at this time.
0 commit comments