Browse Source
Merge pull request #689 from wg-easy/master
Merge from master
pull/690/head
Peter Lewis
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-nightly.yml
-
.github/workflows/deploy.yml
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Build & Publish Development Docker Image to GitHub Container Registry |
|
|
|
name: Build & Publish Development |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Build & Publish Nightly Docker Image to GitHub Container Registry |
|
|
|
name: Build & Publish Nightly |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Build & Publish Docker Image to GitHub Container Registry |
|
|
|
name: Build & Publish Latest |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|