Skip to content

Commit

Permalink
build: [TO_REVERT] configure for pushing images to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
snyssen committed Feb 12, 2024
1 parent 41e73e9 commit 070162a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
packages: write
env:
# login to github registry using the default credentials associated with pipeline
REGISTRY: docker.io
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
REGISTRY: ghcr.io
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
# For release-please, see available types at https://github.com/google-github-actions/release-please-action/tree/v4/?tab=readme-ov-file#release-types-supported
Expand Down

0 comments on commit 070162a

Please sign in to comment.