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 Oct 12, 2023
1 parent dd09ae5 commit 0b09fdf
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 @@ -14,7 +14,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, 'master') || !startsWith(github.head_ref, 'main'))
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0b09fdf

Please sign in to comment.