Skip to content

Commit b8e3980

Browse files
authored
push to ghcr only & adjust readme (#80)
Signed-off-by: André Bauer <[email protected]>
1 parent ecc16a4 commit b8e3980

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/release.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
uses: docker/metadata-action@v5
3333
with:
3434
images: |
35-
ghcr.io/monotek/gcloud-mysql
36-
quay.io/monotek/gcloud-mysql
35+
ghcr.io/kokuwaio/gcloud-mysql
3736
tags: |
3837
type=ref,event=branch
3938
type=ref,event=tag
@@ -48,13 +47,6 @@ jobs:
4847
username: ${{ github.actor }}
4948
password: ${{ secrets.GITHUB_TOKEN }}
5049

51-
- name: Login to quay.io container registry
52-
uses: docker/login-action@v3
53-
with:
54-
registry: quay.io
55-
username: ${{ secrets.QUAY_USER }}
56-
password: ${{ secrets.QUAY_TOKEN }}
57-
5850
- name: Build and push
5951
id: docker_build
6052
uses: docker/build-push-action@v6

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ Useful for mysqldump in container environments like [Googles Kubernetes Engine](
1111

1212
## Docker image
1313

14-
Docker image can be found on [quai.io](https://quay.io/repository/monotek/gcloud-mysql).
14+
Docker image is pushed to ghcr.io
15+
16+
## Helm chart
17+
18+
<https://github.com/kokuwaio/helm-charts/tree/main/charts/mysqldump>

0 commit comments

Comments
 (0)