Skip to content

Commit

Permalink
Update docker-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Nov 7, 2023
1 parent ce02a4f commit 70bc490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/common/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build and export to AWS ECR
runs-on: ubuntu-latest
environment: development
if: github.base_ref == 'develop' && (!startsWith(github.head_ref, 'rc/') || !startsWith(github.head_ref, 'master') || !startsWith(github.head_ref, 'main'))
if: github.base_ref == 'develop' && (!startsWith(github.head_ref, 'rc/') || !startsWith(github.head_ref, 'hotfix/') || !startsWith(github.head_ref, 'master') || !startsWith(github.head_ref, 'main'))
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 70bc490

Please sign in to comment.