Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
778cfb37
Unverified
Commit
778cfb37
authored
Nov 21, 2023
by
takatost
Committed by
GitHub
Nov 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bump version to 0.3.31-fix1 (#1589)
parent
ce85ee3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
build-api-image.yml
.github/workflows/build-api-image.yml
+1
-3
build-web-image.yml
.github/workflows/build-web-image.yml
+1
-3
docker-compose.yaml
docker/docker-compose.yaml
+3
-3
No files found.
.github/workflows/build-api-image.yml
View file @
778cfb37
...
...
@@ -34,9 +34,7 @@ jobs:
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=ref,event=branch
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
-
name
:
Build and push
uses
:
docker/build-push-action@v4
...
...
.github/workflows/build-web-image.yml
View file @
778cfb37
...
...
@@ -34,9 +34,7 @@ jobs:
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=ref,event=branch
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
-
name
:
Build and push
uses
:
docker/build-push-action@v4
...
...
docker/docker-compose.yaml
View file @
778cfb37
...
...
@@ -2,7 +2,7 @@ version: '3.1'
services
:
# API service
api
:
image
:
langgenius/dify-api:0.3.31
image
:
langgenius/dify-api:0.3.31
-fix1
restart
:
always
environment
:
# Startup mode, 'api' starts the API server.
...
...
@@ -128,7 +128,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker
:
image
:
langgenius/dify-api:0.3.31
image
:
langgenius/dify-api:0.3.31
-fix1
restart
:
always
environment
:
# Startup mode, 'worker' starts the Celery worker for processing the queue.
...
...
@@ -196,7 +196,7 @@ services:
# Frontend web application.
web
:
image
:
langgenius/dify-web:0.3.31
image
:
langgenius/dify-web:0.3.31
-fix1
restart
:
always
environment
:
EDITION
:
SELF_HOSTED
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment