Skip to content

Commit

Permalink
Hulk GA fix (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed May 22, 2024
1 parent 6d7ce0e commit 9925068
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hulk_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- 'integrations_app_release_*'

jobs:
hulk_deploy:
runs-on: ubuntu-latest
environment: Staging
steps:
- uses: actions/checkout@v2

- name: Push to dockerhub
uses: fylein/docker-release-action@master
id: generate-and-push-tag
Expand All @@ -32,8 +34,7 @@ jobs:
persist-credentials: false
token: ${{ secrets.DEPLOY_GIT_ACCESS_TOKEN }}


- name: Update Image Tag
- name: Update Image Tag
run: |
NEW_TAG=${{ steps.generate-and-push-tag.outputs.new_tag }}
cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.STAGING_DEPLOY_DIR }}/hulk/integrations
Expand All @@ -42,7 +43,7 @@ jobs:
- name: Commit and push changes
run: |
NEW_TAG=${{ steps.generate-and-push-tag.outputs.new_tag }}
cd ${{ vars.STAGING_DEPLOY_REPO }}/
cd ${{ vars.STAGING_DEPLOY_REPO }}
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add .
Expand Down

0 comments on commit 9925068

Please sign in to comment.