Skip to content

Commit 3415269

Browse files
authored
Update workflow container image tag for pipedv1 (#6197)
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
1 parent 1f1b584 commit 3415269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_pipedv1_exp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
push: true
9292
context: .
9393
file: cmd/pipedv1/Dockerfile
94-
tags: ${{ matrix.container_registry }}/pipe-cd/pipedv1-exp:${{ inputs.version }}
94+
tags: ${{ matrix.container_registry }}/pipedv1-exp:${{ inputs.version }}
9595
platforms: linux/amd64,linux/arm64
9696
# parameter to use inline cache. ref; https://docs.docker.com/build/ci/github-actions/cache/#inline-cache
97-
cache-from: type=registry,ref=${{ matrix.container_registry }}/pipe-cd/pipedv1-exp:latest
97+
cache-from: type=registry,ref=${{ matrix.container_registry }}/pipedv1-exp:latest
9898
cache-to: type=inline

0 commit comments

Comments
 (0)