Spaces:
Running
Running
Update docker-image.yml
Browse files
.github/workflows/docker-image.yml
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
name:
|
2 |
permissions: write-all
|
3 |
on:
|
4 |
push:
|
5 |
branches: [ "main" ]
|
6 |
pull_request:
|
7 |
branches: [ "main" ]
|
|
|
8 |
|
9 |
jobs:
|
10 |
build:
|
|
|
1 |
+
name: GHCR CI
|
2 |
permissions: write-all
|
3 |
on:
|
4 |
push:
|
5 |
branches: [ "main" ]
|
6 |
pull_request:
|
7 |
branches: [ "main" ]
|
8 |
+
workflow_dispatch:
|
9 |
|
10 |
jobs:
|
11 |
build:
|