Skip to content

Commit

Permalink
Testing ghcr.io pushes.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Nov 14, 2021
1 parent 9c5dde7 commit cb6eeab
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 24 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/develop-chives.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-chives

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/develop-cryptodoge.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: develop-cryptodoge

on:
workflow_dispatch:
inputs:
version:
description: 'Useless Input'
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-flax.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-flax

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-flora.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-flora

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-hddcoin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-hddcoin

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-nchain.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-nchain

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-silicoin.yaml.off
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-silicoin

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-staicoin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-staicoin

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/develop-stor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: develop-stor

on: workflow_dispatch
on:
push:
branches:
- 'develop'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-cactus.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-cactus

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-chia.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-chia

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-chives.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-chives

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-cryptodoge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-cryptodoge

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-flax.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-flax

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-flora.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-flora

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-hddcoin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-hddcoin

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-nchain.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-nchain

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-silicoin.yaml.off
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-silicoin

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-staicoin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-staicoin

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-stor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test-stor

on: workflow_dispatch
on:
push:
branches:
- 'integration'

jobs:
docker:
Expand Down

0 comments on commit cb6eeab

Please sign in to comment.