Skip to content

Commit c2c702e

Browse files
Fix: Correct Docker image tag syntax and capitalization for GHCR
1 parent 8f383ed commit c2c702e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.DS_Store

2 KB
Binary file not shown.

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
context: ./agents
2626
file: ./agents/Dockerfile
2727
push: true
28-
tags: ghcr.io/${{ github.repository_owner }}/clay-i-agent:latest,ghcr.io/${{ github.repository_owner }}/clay-i-agent:v14
28+
tags: |
29+
ghcr.io/${{ github.repository_owner,, }}/clay-i-agent:latest
30+
ghcr.io/${{ github.repository_owner,, }}/clay-i-agent:v15

agents/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)