From b1c3cff23e7c0eb884b075152eff0f8ca83603e0 Mon Sep 17 00:00:00 2001 From: Jonathan Juares Beber Date: Fri, 31 Jan 2025 14:13:56 -0300 Subject: [PATCH] fix CI docker build --- .github/workflows/tag-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-images.yml b/.github/workflows/tag-images.yml index 1d645a293cc5..eb90b921791e 100644 --- a/.github/workflows/tag-images.yml +++ b/.github/workflows/tag-images.yml @@ -49,7 +49,7 @@ jobs: file: ${{ matrix.file }} push: true tags: | - ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ github.ref_name }} - ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:latest + ghcr.io/codesignal/${{ matrix.image_name }}:${{ github.ref_name }} + ghcr.io/codesignal/${{ matrix.image_name }}:latest platforms: linux/amd64 target: ${{ matrix.target }}