Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelVrolijk committed Feb 6, 2024
1 parent 0b35091 commit b57bccc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
- name: Publish to GitHub Packages
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker tag $GITHUB_WORKSPACE/*.tgz ghcr.io/${{ github.repository }}/open-dora-helm-chart:latest
docker push ghcr.io/${{ github.repository }}/open-dora-helm-chart:latest
HELM_CHART_TGZ=$(basename $GITHUB_WORKSPACE/open-dora-helm-chart-*.tgz)
docker tag $GITHUB_WORKSPACE/$HELM_CHART_TGZ ghcr.io/${{ github.repository }}/open-dora-helm-chart:latest
docker push ghcr.io/${{ github.repository }}/open-dora-helm-chart:latest

0 comments on commit b57bccc

Please sign in to comment.