Skip to content

Commit

Permalink
fix: login to ghcr in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-urbanski-freiheit-com committed Jan 26, 2024
1 parent b91618f commit b3ccdaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
registry: europe-west3-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCP_ARTIFACT_REGISTRY_PUSH_JSON_KEY }}
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Re-tag service images with release version for google docker registry
run: |
git fetch --tags # this should have been done by the checkout action before.
Expand Down

0 comments on commit b3ccdaa

Please sign in to comment.