Skip to content

Commit c5adcc7

Browse files
ci: fix casing on tag name
1 parent f39e453 commit c5adcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
cache-from: type=local,src=/tmp/.buildx-cache
5353
cache-to: type=local,dest=/tmp/.buildx-cache
5454
tags: |
55-
ghcr.io/iNethi/eth-tracker:${{ env.RELEASE_TAG }}
55+
ghcr.io/inethi/eth-tracker:${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)