Skip to content

Commit ccf4df0

Browse files
committed
Update release workflow and .gitignore for consistency
1 parent 8bdece8 commit ccf4df0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: meta
5858
uses: docker/metadata-action@v5
5959
with:
60-
images: ghcr.io/${{ secrets.GITHUB_REPOSITORY_OWNER }}/shannon-keyring-loader
60+
images: ghcr.io/pokt-shannon/shannon-keyring-loader
6161
tags: |
6262
type=match,pattern=v(.*),group=1,value=${{ env.VERSION }}
6363

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
keys.json
44
config.yaml
55
generated.config.yaml
6+
shannon-keyring-loader

0 commit comments

Comments
 (0)