Skip to content

Commit

Permalink
Update push-branch-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Oct 18, 2023
1 parent 4769426 commit ccf6307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-branch-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
name: data-api-jar

update-helm-chart:
needs: [ ecr, define-image-tag ]
needs: [ build-test-publish, ecr, define-image-tag ]
runs-on: ubuntu-latest
environment: development
steps:
Expand All @@ -132,7 +132,7 @@ jobs:
token: ${{ secrets.REPO_TOKEN }}
- name: update helm chart
env:
REPO_NAME: ${{ steps.define-image-tag.outputs.repo_name }}
REPO_NAME: ${{ needs.define-image-tag.outputs.repo_name }}
APP_VERSION: ${{ needs.build-test-publish.outputs.app_version }}
run: |
echo "${{ env.REPO_NAME }}-${{ env.APP_VERSION }}"
Expand Down

0 comments on commit ccf6307

Please sign in to comment.