yeah [docker build]

pull/243/head
Josh Moore 1 year ago
parent 455a43986d
commit 13c76f71ad

@ -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

Loading…
Cancel
Save