Skip to content

Commit 9e533b0

Browse files
committed
[ci] fix image name
1 parent fa74f2d commit 9e533b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
description: "Registry used to publish the image"
3131
type: string
3232
required: false
33-
default: "filigran/platform"
33+
default: "docker.io/filigran"
3434
outputs:
3535
image-tag-version-cleaned:
3636
description: "Image tag after formatting"
@@ -72,7 +72,7 @@ jobs:
7272
id: meta
7373
uses: docker/metadata-action@v5
7474
with:
75-
images: ${{ inputs.registry }}
75+
images: ${{ inputs.registry }}/platform
7676
tags: type=raw,value=${{ inputs.image_tag }}
7777

7878
- name: Build and ${{ inputs.publish_to_registry && 'push' || 'export as tar' }}
@@ -126,7 +126,7 @@ jobs:
126126
id: meta
127127
uses: docker/metadata-action@v5
128128
with:
129-
images: ${{ inputs.registry }}
129+
images: ${{ inputs.registry }}/worker
130130
tags: type=raw,value=${{ inputs.image_tag }}
131131

132132
- name: Build and push

0 commit comments

Comments
 (0)