Skip to content

Commit 817ba74

Browse files
committed
ci: build action
1 parent a468a11 commit 817ba74

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
build:
9+
name: Build
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: saturdayshdev/[email protected]
13+
with:
14+
github-token: ${{ secrets.GITHUB_TOKEN }}
15+
dockerfile: Dockerfile
16+
image: ${{ github.event.repository.name }}
17+
tag: latest

0 commit comments

Comments
 (0)