We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918f120 commit 24d3e18Copy full SHA for 24d3e18
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-# Current Version: 1.0.8
+# Current Version: 1.0.9
2
3
name: Build & Push chat-plugin-searxng-search
4
@@ -22,7 +22,13 @@ jobs:
22
with:
23
username: ${{ secrets.DOCKERHUB_USERNAME }}
24
password: ${{ secrets.DOCKERHUB_TOKEN }}
25
- - name: Step 5 - Build lobechat:searxng
+ - name: Step 5 - Login to GHCR
26
+ uses: docker/login-action@v3
27
+ with:
28
+ registry: ghcr.io
29
+ username: ${{ secrets.GHCR_USERNAME }}
30
+ password: ${{ secrets.GHCR_TOKEN }}
31
+ - name: Step 6 - Build lobechat:searxng
32
uses: docker/build-push-action@v5
33
34
build-args: |
@@ -32,3 +38,4 @@ jobs:
38
push: true
39
tags: |
40
hezhijie0327/lobechat:searxng
41
+ ghcr.io/hezhijie0327/lobechat:searxng
0 commit comments