|
|
@ -5,7 +5,6 @@ on:
|
|
|
|
branches: [ master, dev/0.15.0 ]
|
|
|
|
branches: [ master, dev/0.15.0 ]
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
|
|
|
|
build_and_push:
|
|
|
|
build_and_push:
|
|
|
|
name: Build & Publish Docker Images
|
|
|
|
name: Build & Publish Docker Images
|
|
|
|
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]')
|
|
|
@ -43,7 +42,6 @@ jobs:
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
tycrek/ass:latest
|
|
|
|
tycrek/ass:latest
|
|
|
|
tycrek:ass:$SHORT_COMMIT_HASH
|
|
|
|
tycrek:ass:$SHORT_COMMIT_HASH
|
|
|
|
|
|
|
|
|
|
|
|
discord:
|
|
|
|
discord:
|
|
|
|
name: Send Discord Notification
|
|
|
|
name: Send Discord Notification
|
|
|
|
needs: build_and_push
|
|
|
|
needs: build_and_push
|
|
|
|