File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments