From 6c715686612396c3e4ea19a50f16630862e010a0 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Tue, 2 Sep 2025 16:10:32 +0900 Subject: [PATCH] Update workflow container image tag for pipedv1 Signed-off-by: khanhtc1202 --- .github/workflows/publish_pipedv1_exp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pipedv1_exp.yaml b/.github/workflows/publish_pipedv1_exp.yaml index f5a28894e6..17e06a0030 100644 --- a/.github/workflows/publish_pipedv1_exp.yaml +++ b/.github/workflows/publish_pipedv1_exp.yaml @@ -91,8 +91,8 @@ jobs: push: true context: . file: cmd/pipedv1/Dockerfile - tags: ${{ matrix.container_registry }}/pipe-cd/pipedv1-exp:${{ inputs.version }} + tags: ${{ matrix.container_registry }}/pipedv1-exp:${{ inputs.version }} platforms: linux/amd64,linux/arm64 # parameter to use inline cache. ref; https://docs.docker.com/build/ci/github-actions/cache/#inline-cache - cache-from: type=registry,ref=${{ matrix.container_registry }}/pipe-cd/pipedv1-exp:latest + cache-from: type=registry,ref=${{ matrix.container_registry }}/pipedv1-exp:latest cache-to: type=inline