|
|
|
@ -22,11 +22,9 @@ jobs:
|
|
|
|
|
# # Compile the TypeScript files
|
|
|
|
|
# - name: Run build script
|
|
|
|
|
# run: npm run build
|
|
|
|
|
|
|
|
|
|
build_and_push:
|
|
|
|
|
name: Build & Publish Docker Images
|
|
|
|
|
# needs: test
|
|
|
|
|
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && contains(github.event.head_commit.message, '[docker build]') }}
|
|
|
|
|
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && contains(github.event.head_commit.message, '[docker build]')
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: Wait for build to succeed
|
|
|
|
|