switch back to ubuntu-latest because my home cluster is powered off and I'm in the wrong country lol.
This commit is contained in:
parent
fef5eb2315
commit
c5b5955e88
12 changed files with 14 additions and 14 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
bouncer-build:
|
||||
name: "Bake Bouncer Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: "Bake Laravel Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
latest:
|
||||
name: "Bake Laravel Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ build ]
|
||||
steps:
|
||||
- uses: docker/login-action@v2
|
||||
|
|
|
|||
2
.github/workflows/marshall.yml
vendored
2
.github/workflows/marshall.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
build:
|
||||
name: "Build Marshall"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/mqtt.yml
vendored
2
.github/workflows/mqtt.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
MQTT-build:
|
||||
name: "MQTT"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
node-build-flavours:
|
||||
name: "Build Node Flavours"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
4
.github/workflows/octoprint.yml
vendored
4
.github/workflows/octoprint.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
octoprint-build:
|
||||
name: "Bake Octoprint"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
tags: matthewbaggett/octoprint:latest
|
||||
octoprint-mjpg-build:
|
||||
name: "Bake Octoprint for yuvu cameras"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/php-core.yml
vendored
2
.github/workflows/php-core.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
php-build-core:
|
||||
name: "Build PHP Core"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
2
.github/workflows/php-flavours.yml
vendored
2
.github/workflows/php-flavours.yml
vendored
|
|
@ -21,7 +21,7 @@ on:
|
|||
jobs:
|
||||
php-build-flavours:
|
||||
name: "Build PHP Flavours"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
2
.github/workflows/php-vanity-tags.yml
vendored
2
.github/workflows/php-vanity-tags.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
php-vanity-tags:
|
||||
name: Vanity Tags
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
latest-stable-version: "8.2"
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
redis-build:
|
||||
name: "Redis with Healthchecks"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
2
.github/workflows/swarm-monitor.yml
vendored
2
.github/workflows/swarm-monitor.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build Swarm Monitor
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
2
.github/workflows/wordpress.yml
vendored
2
.github/workflows/wordpress.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: "Bake Wordpress Container"
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue