Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya committed Oct 26, 2020
1 parent 732247f commit c80fc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
with:
username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }}
repository: ${{ secrets.REGISTRY_LOGIN }} /checker
repository: ${{ secrets.REGISTRY_LOGIN }}/checker
tag_with_ref: true
tag_with_sha: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }}
repository: ${{ secrets.REGISTRY_LOGIN }} /checker
repository: ${{ secrets.REGISTRY_LOGIN }}/checker
tag_with_ref: true
tag_with_sha: true

Expand Down

0 comments on commit c80fc9d

Please sign in to comment.