Skip to content

Commit

Permalink
chore: small tune in doc structure
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 1, 2024
1 parent ce5d633 commit e576837
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dockerx_alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
name: Build
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
config:
- { dockerfile: "alpine/Dockerfile", context: "alpine", image_name: "alpine" }
- { dockerfile: "alpine_dev/Dockerfile", context: "alpine_dev", image_name: "alpine_dev" }
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerx_deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
name: Build
timeout-minutes: 180
strategy:
fail-fast: false
Expand All @@ -17,6 +17,7 @@ jobs:
- { dockerfile: "deno/Dockerfile", context: "deno", image_name: "deno", tag_name: "latest" }
- { dockerfile: "deno/Dockerfile.ubuntu", context: "deno", image_name: "deno", tag_name: "ubuntu" }
- { dockerfile: "deno/Dockerfile.ubuntu_dev", context: "deno", image_name: "deno", tag_name: "ubuntu_dev" }
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerx_nomad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
name: Build
timeout-minutes: 180
strategy:
fail-fast: false
matrix:
config:
- { dockerfile: "nomad-server/Dockerfile", context: "nomad-server", image_name: "nomad-server", tag_name: "latest" }
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerx_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
name: Build
timeout-minutes: 20
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerx_qemu_rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
name: Build
timeout-minutes: 60
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerx_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
name: Build
timeout-minutes: 180
strategy:
fail-fast: false
Expand All @@ -27,6 +27,7 @@ jobs:
- { dockerfile: "ubuntu_dev/Dockerfile.bionic", context: "ubuntu_dev", image_name: "ubuntu_dev", tag_name: "bionic" }
- { dockerfile: "ubuntu_dev/Dockerfile.focal", context: "ubuntu_dev", image_name: "ubuntu_dev", tag_name: "focal" }
- { dockerfile: "ubuntu_dev/Dockerfile.jammy", context: "ubuntu_dev", image_name: "ubuntu_dev", tag_name: "jammy" }
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit e576837

Please sign in to comment.