Spaces:
Running
Running
fix(ci): add permission to push to ghcr
Browse files
.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:
|