Skip to content

Commit

Permalink
Fix registry name in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Feb 21, 2022
1 parent 5700dba commit 573b132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION: ${{ needs.build-binary.outputs.VERSION }}
REGISTRY: ghcr.io
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 573b132

Please sign in to comment.