We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1b584 commit 3415269Copy full SHA for 3415269
1 file changed
.github/workflows/publish_pipedv1_exp.yaml
@@ -91,8 +91,8 @@ jobs:
91
push: true
92
context: .
93
file: cmd/pipedv1/Dockerfile
94
- tags: ${{ matrix.container_registry }}/pipe-cd/pipedv1-exp:${{ inputs.version }}
+ tags: ${{ matrix.container_registry }}/pipedv1-exp:${{ inputs.version }}
95
platforms: linux/amd64,linux/arm64
96
# 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
+ cache-from: type=registry,ref=${{ matrix.container_registry }}/pipedv1-exp:latest
98
cache-to: type=inline
0 commit comments