Skip to content

Commit

Permalink
fixed owner name by 'montimage' to avoid 'M' uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
hn committed Dec 13, 2021
1 parent 4334c61 commit f1300c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/5greplay:${{ env.PACKAGE_VERSION }}
ghcr.io/${{ github.repository_owner }}/5greplay:latest
ghcr.io/montimage/5greplay:${{ env.PACKAGE_VERSION }}
ghcr.io/montimage/5greplay:latest

0 comments on commit f1300c5

Please sign in to comment.