Skip to content

Commit 62344d5

Browse files
committed
Custom busybox and registry windows images
Signed-off-by: apostasie <[email protected]>
1 parent ab704e9 commit 62344d5

9 files changed

+253
-716
lines changed

.github/workflows/common.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: common
2+
3+
on:
4+
workflow_call:
5+
inputs:
6+
config-path:
7+
required: true
8+
type: string
9+
10+
jobs:
11+
reusable_workflow_job:
12+
runs-on: ubuntu-24.04
13+
env:
14+
FOO: bar
15+
BAZ: ${{ inputs.config-path }}
16+
17+
#steps:
18+
# - uses: actions/labeler@v4
19+
#with:
20+
# configuration-path: ${{ inputs.config-path }}
21+

.github/workflows/ghcr-image-build-and-publish.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/project.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/test-canary.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)