Skip to content

Commit

Permalink
open source fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnqq committed Jul 17, 2021
1 parent 4335bd2 commit 0f9b198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: nnqq
username: leaq-ru
password: ${{ secrets.GH_CI_TOKEN }}
registry: ghcr.io
repository: nnqq/${{ steps.substr.outputs.result }}
repository: leaq-ru/${{ steps.substr.outputs.result }}
tag_with_ref: true

- name: Install doctl
Expand Down

0 comments on commit 0f9b198

Please sign in to comment.