Skip to content

Commit d18c0ea

Browse files
authored
push to ghcr
1 parent 5f1edaa commit d18c0ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: docker/metadata-action@v5
3333
with:
3434
images: |
35+
ghcr.io/monotek/gcloud-mysql
3536
quay.io/monotek/gcloud-mysql
3637
tags: |
3738
type=ref,event=branch
@@ -40,6 +41,13 @@ jobs:
4041
type=semver,pattern=v{{major}}.{{minor}}
4142
type=semver,pattern=v{{major}}
4243
44+
- name: Login to GitHub Container Registry
45+
uses: docker/login-action@v3
46+
with:
47+
registry: ghcr.io
48+
username: ${{ github.actor }}
49+
password: ${{ secrets.GITHUB_TOKEN }}
50+
4351
- name: Login to quay.io container registry
4452
uses: docker/login-action@v3
4553
with:

0 commit comments

Comments
 (0)