Skip to content

Commit 949a197

Browse files
committed
Fixing errors.
1 parent fc9e0ab commit 949a197

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Docker Image
22

33
# Controls when the workflow will run
44
on:
5-
workflow_dispatch
5+
workflow_dispatch:
66
push:
77
branches:
88
- 'main'
@@ -14,9 +14,9 @@ on:
1414
- 'main'
1515
- 'dev'
1616

17-
# permissions are needed if pushing to ghcr.io
18-
permissions:
19-
packages: write
17+
# # permissions are needed if pushing to ghcr.io
18+
# permissions:
19+
# packages: write
2020

2121
jobs:
2222
build:

0 commit comments

Comments
 (0)