Skip to content

Commit

Permalink
Reverting changes to build experimental changes for testing 0.4.0 pub…
Browse files Browse the repository at this point in the history
…lic image usage in AZD
  • Loading branch information
hatboyzero committed Feb 22, 2024
1 parent 9928277 commit b446da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/solliancenet/fllm-0.4.0-prerelease/${{ inputs.image }}
ghcr.io/${{ github.repository }}/${{ inputs.image }}
tags: |
type=semver,pattern={{version}},value=${{ steps.releaseVersion.outputs.release_tag }}
type=sha,format=long
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
sed -i "s/version\: 0\.0\.0/version\: ${{ steps.releaseVersion.outputs.release_tag }}/" Chart.yaml
sed -i "s/tag\: latest/tag\: ${{ steps.releaseVersion.outputs.release_tag }}/" values.yaml
helm package . --app-version ${{ steps.releaseVersion.outputs.release_tag }}
helm push ${{ inputs.image }}-${{ steps.releaseVersion.outputs.release_tag }}.tgz oci://ghcr.io/solliancenet/fllm-0.4.0-prerelease/helm
helm push ${{ inputs.image }}-${{ steps.releaseVersion.outputs.release_tag }}.tgz oci://ghcr.io/${{ github.repository }}/helm

0 comments on commit b446da9

Please sign in to comment.