Remove conditional logic from CI
Some checks failed
Docker Push / build-and-push-image (push) Failing after 22m55s
Some checks failed
Docker Push / build-and-push-image (push) Failing after 22m55s
This commit is contained in:
1
.github/workflows/docker-push.yml
vendored
1
.github/workflows/docker-push.yml
vendored
@@ -11,7 +11,6 @@ env:
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.event.head_commit.message, '[release]') || contains(github.event.head_commit.message, '[stage]')
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user