2 parents 15c98ec + 1d2589b commit 9ca004bCopy full SHA for 9ca004b
1 file changed
.github/workflows/docker-publish.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ github.repository_owner }}/gptkit
12
13
jobs:
14
build:
@@ -35,6 +35,10 @@ jobs:
35
uses: docker/metadata-action@v5
36
with:
37
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
38
+ tags: |
39
+ type=raw,value=latest
40
+ type=ref,event=branch
41
+ type=sha
42
43
- name: Build and push Docker image
44
uses: docker/build-push-action@v5
0 commit comments