Skip to content

Commit d6650c3

Browse files
committed
Final pass at implementing GitHub actions
1 parent 8301d4f commit d6650c3

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
version: 2
33
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
66
schedule:
7-
interval: "weekly"
7+
interval: weekly
8+
day: monday
9+
time: "00:00"

.github/workflows/alpine-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Alpine Mainline
33
on:
44
schedule:
5-
- cron: "0 0 * * 6"
5+
- cron: "0 0 * * 2"
66
workflow_dispatch:
77
jobs:
88
core:
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141

4242
perl:
43-
name: Build Alpine NGINX perl mainline Docker image
43+
name: Build Alpine NGINX mainline perl Docker image
4444
runs-on: ubuntu-20.04
4545
steps:
4646
- name: Check out the codebase

.github/workflows/alpine-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Alpine Stable
33
on:
44
schedule:
5-
- cron: "0 0 * * 6"
5+
- cron: "0 0 * * 2"
66
workflow_dispatch:
77
jobs:
88
core:
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141

4242
perl:
43-
name: Build Alpine NGINX perl stable Docker image
43+
name: Build Alpine NGINX stable perl Docker image
4444
runs-on: ubuntu-20.04
4545
steps:
4646
- name: Check out the codebase

.github/workflows/debian-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Debian Mainline
33
on:
44
schedule:
5-
- cron: "0 0 * * 6"
5+
- cron: "0 0 * * 2"
66
workflow_dispatch:
77
jobs:
88
core:
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141

4242
perl:
43-
name: Build Debian perl NGINX mainline Docker image
43+
name: Build Debian NGINX mainline perl Docker image
4444
runs-on: ubuntu-20.04
4545
steps:
4646
- name: Check out the codebase

.github/workflows/debian-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Debian Stable
33
on:
44
schedule:
5-
- cron: "0 0 * * 6"
5+
- cron: "0 0 * * 2"
66
workflow_dispatch:
77
jobs:
88
core:
@@ -40,7 +40,7 @@ jobs:
4040
push: true
4141

4242
perl:
43-
name: Build Debian perl NGINX stable Docker image
43+
name: Build Debian NGINX stable perl Docker image
4444
runs-on: ubuntu-20.04
4545
steps:
4646
- name: Check out the codebase

0 commit comments

Comments
 (0)