Skip to content

Commit

Permalink
push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek authored Apr 29, 2024
1 parent 5f1edaa commit d18c0ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/monotek/gcloud-mysql
quay.io/monotek/gcloud-mysql
tags: |
type=ref,event=branch
Expand All @@ -40,6 +41,13 @@ jobs:
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to quay.io container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit d18c0ea

Please sign in to comment.