Skip to content

Commit 1dd185b

Browse files
committed
testing
1 parent 9263fc0 commit 1dd185b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)