Browse Source

Login as the repository

This allows us to publis to {orgname}/{reponame} i.e. comit-network/hermes/packages
refactor/no-log-handler
Philipp Hoenisch 3 years ago
parent
commit
d61a7616db
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 2
      .github/workflows/build-release-binary.yml

2
.github/workflows/build-release-binary.yml

@ -167,7 +167,7 @@ jobs:
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.repository }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and publish docker images

Loading…
Cancel
Save