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 <spam_blackhole@farcloser.world>
  • Loading branch information
apostasie committed Dec 5, 2024
1 parent ab704e9 commit 3d77fe5
Show file tree
Hide file tree
Showing 9 changed files with 269 additions and 716 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: common

on:
workflow_call:
inputs:
config-path:
required: true
type: string
outputs:
GO_VERSION:
description: "The first output string"
value: ${{ jobs.environment.outputs.output_go }}
REGISTRY_SERVER:
description: "The second output string"
value: ${{ jobs.environment.outputs.output_registry }}
jobs:
environment:
env:
GO_VERSION: 1.23.x
REGISTRY_SERVER: ghcr.io
BUSYBOX_VERSION: 5ad83957fa74aafd061afbfb8da14ce3220659a9
REGISTRY_VERSION: v2.8.3
CURL_VERSION: 8.11.0_4
runs-on: ubuntu-24.04
steps:
- id: go
run: echo "GO_VERSION=$GO_VERSION" >> $GITHUB_OUTPUT
- id: registry
run: echo "REGISTRY_SERVER=$REGISTRY_SERVER" >> $GITHUB_OUTPUT
outputs:
output_go: ${{ steps.go.outputs.GO_VERSION }}
output_registry: ${{ steps.registry.outputs.REGISTRY_SERVER }}

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 3d77fe5

Please sign in to comment.