Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed Aug 6, 2024
1 parent 2f8decd commit 0044c3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/kas-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM alpine:latest

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT [ "entrypoint.sh" ]
4 changes: 4 additions & 0 deletions .github/actions/kas-build/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

echo Hello

3 changes: 3 additions & 0 deletions .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Kas
uses: ./.github/actions/kas-build
id: build-kas

0 comments on commit 0044c3f

Please sign in to comment.