Skip to content

Commit 7bfd723

Browse files
authored
Fix Docker image tags to use lowercase GHCR repository path
1 parent ce5b2db commit 7bfd723

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
file: ./mohawk-server/Dockerfile
100100
push: true
101101
tags: |
102-
ghcr.io/${{ github.repository }}/mohawk-server:latest
103-
ghcr.io/${{ github.repository }}/mohawk-server:${{ github.sha }}
102+
ghcr.io/rwilliamspbg-ops/mohawk-inference-engine/mohawk-server:latest
103+
ghcr.io/rwilliamspbg-ops/mohawk-inference-engine/mohawk-server:${{ github.sha }}
104104
cache-from: type=gha
105105
cache-to: type=gha,mode=max
106106

@@ -111,8 +111,8 @@ jobs:
111111
file: ./mohawk-server/Dockerfile.cuda
112112
push: true
113113
tags: |
114-
ghcr.io/${{ github.repository }}/mohawk-server-cuda:latest
115-
ghcr.io/${{ github.repository }}/mohawk-server-cuda:${{ github.sha }}
114+
ghcr.io/rwilliamspbg-ops/mohawk-inference-engine/mohawk-server-cuda:latest
115+
ghcr.io/rwilliamspbg-ops/mohawk-inference-engine/mohawk-server-cuda:${{ github.sha }}
116116
cache-from: type=gha
117117
cache-to: type=gha,mode=max
118118

0 commit comments

Comments
 (0)