Skip to content

Commit

Permalink
Build sal-scripts image (#15)
Browse files Browse the repository at this point in the history
This will make it easier to distribute changes in a coherent manner.
  • Loading branch information
yoctozepto authored Jul 18, 2024
1 parent 4f0586a commit e51fb21
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
- r[1-9]
pull_request:
branches:
- main
- r[1-9]
jobs:
build-and-push-sal-scripts:
name: Build and push sal-scripts
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: .
image-name: sal-scripts
secrets: inherit
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM busybox:1.36.1-musl

COPY installation-scripts /sal-scripts/installation-scripts
COPY installation-scripts-onm /sal-scripts/installation-scripts-onm
COPY k8s /sal-scripts/k8s
COPY serverless /sal-scripts/serverless

0 comments on commit e51fb21

Please sign in to comment.