Skip to content

Commit a0003dc

Browse files
committed
chore: update dev-ci action
1 parent ca23d78 commit a0003dc

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build-and-push-dev-image.yml renamed to .github/workflows/build-and-push-dev-ci-image.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
- name: Set up QEMU
1717
uses: docker/setup-qemu-action@v2
1818

19-
- name: Login to GitHub Container Registry
19+
- name: Login to DockerHub
2020
uses: docker/login-action@v2
2121
with:
22-
registry: ghcr.io
23-
username: ${{ github.actor }}
24-
password: ${{ github.token }}
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2524

2625
- name: Set up Docker Buildx
2726
id: buildx
@@ -35,11 +34,11 @@ jobs:
3534
uses: docker/metadata-action@v4
3635
with:
3736
images: |
38-
ghcr.io/sqlchat/sqlchat
37+
sqlchat/sqlchat
3938
flavor: |
4039
latest=false
4140
tags: |
42-
type=raw,value=dev
41+
type=raw,value=dev-ci
4342
4443
- name: Build and Push
4544
id: docker_build

0 commit comments

Comments
 (0)