Skip to content

Commit

Permalink
Fix hulk ga (#816)
Browse files Browse the repository at this point in the history
* Fix Hulk deployment GA

* Fix Hulk deployment GA
  • Loading branch information
ruuushhh committed May 22, 2024
1 parent 7082a60 commit 6d7ce0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hulk_deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: Workflow For Release Branch
name: Deploy to Hulk

on:
push:
branches:
- 'integrations_app_release_*'
jobs:
hulk_deploy:
name: Hulk Deploy
runs-on: ubuntu-latest
environment: Staging
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Push to dockerhub
uses: fylein/docker-release-action@master
id: generate-and-push-tag
Expand Down

0 comments on commit 6d7ce0e

Please sign in to comment.