File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 - name : Build and publish Docker image
155155 run : |
156156 echo "$DH_TOKEN" | docker login -u "$DH_USERNAME" --password-stdin
157- docker build -t $DH_USERNAME/$IMAGE_NAME:v$RELEASE_VERSION ./ packages/{{ matrix.package }}
157+ docker build -f packages/{{ matrix.package }}/Dockerfile - t $DH_USERNAME/$IMAGE_NAME:v$RELEASE_VERSION packages/{{ matrix.package }}
158158 docker push $DH_USERNAME/$IMAGE_NAME:v$RELEASE_VERSION
159159 if : ${{ (steps.release-please.outputs.release_created == 'true') && (matrix.package == 'server') }}
160160
@@ -168,7 +168,7 @@ jobs:
168168 env :
169169 RELEASE_VERSION : ${{ steps.release-please.outputs.release_version }}
170170 run : |
171- sed -i "s/^version:.*/version: $RELEASE_VERSION/" ./charts/Chart.yaml
171+ sed -i "s/^version:.*/version: v $RELEASE_VERSION/" ./charts/Chart.yaml
172172 helm dependency update ./charts
173173 helm package ./charts -d ./charts
174- helm push ./charts/$IMAGE_NAME-$RELEASE_VERSION.tgz oci://docker.io/$DH_USERNAME
174+ helm push ./charts/$IMAGE_NAME-v $RELEASE_VERSION.tgz oci://docker.io/$DH_USERNAME
You can’t perform that action at this time.
0 commit comments