Skip to content

Commit 5c73dc5

Browse files
committed
chore: add dummy nudenet workflow
1 parent 11a0969 commit 5c73dc5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/nudenet.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build and push Nudenet
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
id-token: write # This is required for requesting the JWT for OIDC
8+
9+
jobs:
10+
build:
11+
name: Build Nudenet
12+
runs-on: ubuntu-24.04-arm
13+
environment: production
14+
15+
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v5

0 commit comments

Comments
 (0)