add pr build
This commit is contained in:
parent
55ea9e5963
commit
48e021a532
2
.github/workflows/common-docker-build.yml
vendored
2
.github/workflows/common-docker-build.yml
vendored
@ -3,7 +3,7 @@ name: Common Docker Build
|
||||
on: [workflow_call]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
build-and-push-common:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
2
.github/workflows/nightly-build.yml
vendored
2
.github/workflows/nightly-build.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync-and-build:
|
||||
build-and-push-nightly:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
steps:
|
||||
|
||||
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
build-and-push-pr:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
build-and-push-release:
|
||||
uses: ./.github/workflows/common-docker-build.yml
|
||||
with:
|
||||
build_tags: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user