bibibi12345 commited on
Commit
07e91ee
·
unverified ·
1 Parent(s): 1ebdf9a

Update docker-image.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/docker-image.yml +2 -1
.github/workflows/docker-image.yml CHANGED
@@ -1,10 +1,11 @@
1
- name: Docker Image CI
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: