Skip to content

Commit

Permalink
Update test-build-push.yml
Browse files Browse the repository at this point in the history
Add staging branch to build-and-push-image
  • Loading branch information
alireza-dhp authored Jul 8, 2024
1 parent b5cb370 commit f706838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build-and-push-image:
name: Build and Push Docker Image
runs-on: ubuntu-latest
if: contains(fromJSON('["main", "develop", "redlink"]'), github.ref_name) || github.event.inputs.dockerTag != ''
if: contains(fromJSON('["main", "develop", "redlink", "staging"]'), github.ref_name) || github.event.inputs.dockerTag != ''
needs:
- test
permissions:
Expand Down

0 comments on commit f706838

Please sign in to comment.