Skip to content

Commit

Permalink
chore: remove redundant condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Sep 20, 2023
1 parent fb4eca7 commit f029a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
github.event_name == 'push' &&
github.ref != 'refs/heads/main' &&
!startsWith(github.ref, 'refs/tags/v') &&
!startsWith(github.ref, 'refs/tags/v') &&
!contains(github.ref, '-rc')
uses: docker/build-push-action@v4
env:
Expand Down

0 comments on commit f029a75

Please sign in to comment.