Skip to content

Commit

Permalink
cover gcr.io/pipecd and ghcr.io/pipe-cd (pipe-cd#4719)
Browse files Browse the repository at this point in the history
* cover gcr.io/pipecd and ghcr.io/pipe-cd

Signed-off-by: hungran <[email protected]>

* iamge okd should have prefix -okd
eg: Dockefile-okd

Signed-off-by: hungran <[email protected]>

---------

Signed-off-by: hungran <[email protected]>
Signed-off-by: sZma5a <[email protected]>
  • Loading branch information
hungran authored and sZma5a committed Dec 17, 2023
1 parent 262de55 commit b506c6b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish_image_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,14 @@ jobs:
- pipectl
include:
- image: helloworld
dockerfile: cmd/helloworld/Dockerfile
- image: launcher
dockerfile: cmd/launcher/Dockerfile
- image: launcher-okd
dockerfile: cmd/launcher/Dockerfile-okd
okd: -okd
- image: pipecd
dockerfile: cmd/pipecd/Dockerfile
- image: piped
dockerfile: cmd/piped/Dockerfile
- image: piped-okd
dockerfile: cmd/piped/Dockerfile-okd
okd: -okd
- image: pipectl
dockerfile: cmd/pipectl/Dockerfile
exclude:
- image: launcher-okd
container_registry: gcr.io/pipecd
Expand Down Expand Up @@ -119,7 +114,7 @@ jobs:
with:
push: true
context: .
file: ${{ matrix.dockerfile }}
file: cmd/${{ matrix.image }}/Dockerfile${{ matrix.okd }}
platforms: linux/amd64,linux/arm64
tags: ${{ matrix.container_registry }}/${{ matrix.image }}:${{ env.PIPECD_VERSION }}

Expand Down

0 comments on commit b506c6b

Please sign in to comment.