File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 32
32
uses : docker/metadata-action@v5
33
33
with :
34
34
images : |
35
- ghcr.io/monotek/gcloud-mysql
36
- quay.io/monotek/gcloud-mysql
35
+ ghcr.io/kokuwaio/gcloud-mysql
37
36
tags : |
38
37
type=ref,event=branch
39
38
type=ref,event=tag
48
47
username : ${{ github.actor }}
49
48
password : ${{ secrets.GITHUB_TOKEN }}
50
49
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
-
58
50
- name : Build and push
59
51
id : docker_build
60
52
uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change @@ -11,4 +11,8 @@ Useful for mysqldump in container environments like [Googles Kubernetes Engine](
11
11
12
12
## Docker image
13
13
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 >
You can’t perform that action at this time.
0 commit comments