File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ jobs:
3434 - name : Login to Docker Hub
3535 uses : docker/login-action@v3
3636 with :
37+ registry : quay.io
3738 username : ${{ secrets.DOCKER_USERNAME }}
3839 password : ${{ secrets.DOCKER_PASSWORD }}
3940
4041 - name : Extract metadata (tags, labels) for Docker
4142 id : meta
4243 uses : docker/metadata-action@v5
4344 with :
44- images : kcllang /webhook-init
45+ images : quay.io/appthrust/you-can-remove-this/kcl-lang /webhook-init
4546 - name : Build and push Docker image
4647 uses : docker/build-push-action@v6
4748 with :
@@ -77,14 +78,15 @@ jobs:
7778 - name : Login to Docker Hub
7879 uses : docker/login-action@v3
7980 with :
81+ registry : quay.io
8082 username : ${{ secrets.DOCKER_USERNAME }}
8183 password : ${{ secrets.DOCKER_PASSWORD }}
8284
8385 - name : Extract metadata (tags, labels) for Docker
8486 id : meta
8587 uses : docker/metadata-action@v5
8688 with :
87- images : kcllang /webhook-server
89+ images : quay.io/appthrust/you-can-remove-this/kcl-lang /webhook-server
8890 - name : Build and push Docker image
8991 uses : docker/build-push-action@v6
9092 with :
You can’t perform that action at this time.
0 commit comments