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 f083fee commit d7dbde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
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 d7dbde8

Please sign in to comment.