Skip to content

Commit

Permalink
chore(cd): fix typo in workflow input (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindtvedtsebastian authored May 27, 2024
1 parent 82b90d2 commit 46501c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
environment: dev
chart: backend/helm/backend
image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}}
release-name: backend
release_name: backend

approval-step:
runs-on: ubuntu-24.04
Expand All @@ -42,4 +42,4 @@ jobs:
environment: prd
chart: backend/helm/backend
image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}}
release-name: backend
release_name: backend

0 comments on commit 46501c6

Please sign in to comment.