Skip to content

Commit

Permalink
Fix registry usage
Browse files Browse the repository at this point in the history
  • Loading branch information
thokra-nav committed Feb 19, 2024
1 parent 3b6b845 commit c7444f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |-
chart="${{ steps.package_chart.outputs.archive }}"
echo "Pushing: $chart"
helm push "$chart" oci://${{ env.IMAGE_REPOSITORY }}
helm push "$chart" ${{ env.IMAGE_REPOSITORY }}
rollout:
runs-on: fasit-deploy
permissions:
Expand All @@ -102,5 +102,5 @@ jobs:
- uses: nais/fasit-deploy@v2
if: github.ref == 'refs/heads/main'
with:
chart: oci://${{ env.IMAGE_REPOSITORY }}/nais-io/nais/feature/${{ env.NAME }}
chart: ${{ env.IMAGE_REPOSITORY }}/${{ env.NAME }}
version: ${{ needs.build_push.outputs.chart_version }}

0 comments on commit c7444f8

Please sign in to comment.