From b075c48d61a6419b242536bac76c9449cf1eeb38 Mon Sep 17 00:00:00 2001 From: Pattarapon Theanthong Date: Wed, 28 Feb 2024 08:48:48 +0700 Subject: [PATCH] [cicd][SRE-415]: change docker image name --- .github/workflows/custom-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom-build.yml b/.github/workflows/custom-build.yml index a89b30ad..f39eb6ff 100644 --- a/.github/workflows/custom-build.yml +++ b/.github/workflows/custom-build.yml @@ -110,7 +110,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ${{ github.repository }} + images: ${{ secrets.PRIVATE_REGISTRY_HOST }}/services/go2rtc tags: | type=ref,event=branch type=semver,pattern={{version}},enable=false @@ -156,7 +156,7 @@ jobs: id: meta-hw uses: docker/metadata-action@v4 with: - images: ${{ github.repository }} + images: ${{ secrets.PRIVATE_REGISTRY_HOST }}/services/go2rtc flavor: | suffix=-hardware latest=false