Skip to content

Commit

Permalink
Custom busybox and registry windows images
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <[email protected]>
  • Loading branch information
apostasie committed Dec 5, 2024
1 parent ab704e9 commit 62344d5
Show file tree
Hide file tree
Showing 9 changed files with 253 additions and 716 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: common

on:
workflow_call:
inputs:
config-path:
required: true
type: string

jobs:
reusable_workflow_job:
runs-on: ubuntu-24.04
env:
FOO: bar
BAZ: ${{ inputs.config-path }}

#steps:
# - uses: actions/labeler@v4
#with:
# configuration-path: ${{ inputs.config-path }}

69 changes: 0 additions & 69 deletions .github/workflows/ghcr-image-build-and-publish.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/lint.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/project.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/release.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/test-canary.yml

This file was deleted.

Loading

0 comments on commit 62344d5

Please sign in to comment.