Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
suin committed Dec 10, 2024
1 parent 9263fc0 commit 1dd185b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: kcllang/webhook-init
images: quay.io/appthrust/you-can-remove-this/kcl-lang/webhook-init
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down Expand Up @@ -77,14 +78,15 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: kcllang/webhook-server
images: quay.io/appthrust/you-can-remove-this/kcl-lang/webhook-server
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 1dd185b

Please sign in to comment.