nsarrazin HF Staff commited on
Commit
e8dc937
·
1 Parent(s): dffaafd

fix(ci): add permission to push to ghcr

Browse files
Files changed (1) hide show
  1. .github/workflows/build-image.yml +3 -0
.github/workflows/build-image.yml CHANGED
@@ -1,5 +1,8 @@
1
  name: Build and Publish Image
2
 
 
 
 
3
  on:
4
  push:
5
  branches:
 
1
  name: Build and Publish Image
2
 
3
+ permissions:
4
+ packages: write
5
+
6
  on:
7
  push:
8
  branches: