Update Docker build workflows
This commit is contained in:
4
.github/workflows/publishdocker-branch.yml
vendored
4
.github/workflows/publishdocker-branch.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Publish Docker Branch
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [master, beta, nightly]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/publishdocker-release.yml
vendored
5
.github/workflows/publishdocker-release.yml
vendored
@@ -1,7 +1,8 @@
|
||||
name: Publish Docker Release
|
||||
on:
|
||||
release:
|
||||
types: [published, prereleased]
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user