Skip to content

Commit 9e92045

Browse files
committed
tag ci images with prefix ci
1 parent df6419a commit 9e92045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
needs: tag_release
4444
uses: ./.github/workflows/build_all_images.yml
4545
with:
46-
docker_tag: '${{ needs.tag_release.outputs.version_tag }}'
46+
docker_tag: 'ci-${{ needs.tag_release.outputs.version_tag }}'
4747
tag_latest: false
4848
NO_CACHE: false

0 commit comments

Comments
 (0)