mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 07:42:10 +00:00
chore(github actions): clean up
This commit is contained in:
parent
c76edccb25
commit
9cb47683de
7
.github/workflows/docker-build.haraka.yaml
vendored
7
.github/workflows/docker-build.haraka.yaml
vendored
@ -1,14 +1,9 @@
|
||||
name: haraka docker-build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- feature/haraka-docker-build-workflow-#24
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'release'
|
||||
- 'hotfix-*'
|
||||
- 'staging-release'
|
||||
types: [opened,synchronize,reopened]
|
||||
|
||||
@ -20,6 +15,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# build image
|
||||
# build images
|
||||
- name: build docker images
|
||||
run: npm run build-ci haraka
|
Loading…
Reference in New Issue
Block a user