Skip to content

Commit c01ba56

Browse files
authored
Fix hulk (#85)
1 parent 8265158 commit c01ba56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hulk_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
NEW_TAG=${{ steps.generate-and-push-tag.outputs.new_tag }}
7070
cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.STAGING_DEPLOY_DIR }}/hulk/integrations
71-
kustomize edit set image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_in-api=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_qbd-api:$NEW_TAG
71+
kustomize edit set image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_qbd-api=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_qbd-api:$NEW_TAG
7272
7373
- name: Commit and push changes
7474
run: |

0 commit comments

Comments
 (0)