Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 5c71466

Browse files
authored
fix: lowercase gh cr path
1 parent e96671e commit 5c71466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
context: .
6464
push: true
6565
tags: |
66-
ghcr.io/EddieHubCommunity/EddieBot:v${{ steps.package-version.outputs.current-version}}
67-
ghcr.io/EddieHubCommunity/EddieBot:latest
66+
ghcr.io/eddiehubcommunity/eddiebot:v${{ steps.package-version.outputs.current-version}}
67+
ghcr.io/eddiehubcommunity/eddiebot:latest
6868
deploy:
6969
name: deploy to kube cluster
7070
needs: push_to_registry
@@ -82,5 +82,5 @@ jobs:
8282
with:
8383
namespace: 'default'
8484
manifests: kubernetes/deployment.yaml
85-
images: 'ghcr.io/EddieHubCommunity/EddieBot:v${{ steps.package-version.outputs.current-version}}'
85+
images: 'ghcr.io/eddiehubcommunity/eddiebot:v${{ steps.package-version.outputs.current-version}}'
8686
kubectl-version: 'latest'

0 commit comments

Comments
 (0)