File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
5353 - name : Build and Push Docker image
5454 run : |
5555 # Build Docker image and tag it with the current commit SHA
56- docker build -t ghcr.io/dcup-dev/dcup:v1.1.2 -beta .
56+ docker build -t ghcr.io/dcup-dev/dcup:v1.1.3 -beta .
5757
5858 # Push the image to GitHub Container Registry
59- docker push ghcr.io/dcup-dev/dcup:v1.1.2 -beta
59+ docker push ghcr.io/dcup-dev/dcup:v1.1.3 -beta
6060
6161 # Optionally, tag the image with the "latest" tag for easy access
62- docker tag ghcr.io/dcup-dev/dcup:v1.1.2 -beta ghcr.io/dcup-dev/dcup:latest
62+ docker tag ghcr.io/dcup-dev/dcup:v1.1.3 -beta ghcr.io/dcup-dev/dcup:latest
6363 docker push ghcr.io/dcup-dev/dcup:latest
6464
6565 - name : Logout from Docker
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Dcup-dev/dcup"
55LABEL org.opencontainers.image.description="Dcup RAG-as-a-Service platform"
66LABEL org.opencontainers.image.licenses="GPL-3.0"
77LABEL org.opencontainers.image.title="Dcup RAG-as-a-Service"
8- LABEL org.opencontainers.image.version="v1.1.2 -beta"
8+ LABEL org.opencontainers.image.version="v1.1.3 -beta"
99LABEL org.opencontainers.image.authors="Ali Amer <aliamer19ali@gmail.com>"
1010# Install required OS packages including Python
1111RUN apk add --no-cache libc6-compat python3 py3-pip
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function NavMain({
3333} ) {
3434 return (
3535 < SidebarGroup >
36- < SidebarGroupLabel > v1.1.2 -beta</ SidebarGroupLabel >
36+ < SidebarGroupLabel > v1.1.3 -beta</ SidebarGroupLabel >
3737 < SidebarMenu >
3838 { items . map ( ( item ) => (
3939 < Collapsible key = { item . title } asChild defaultOpen = { item . isActive } >
Original file line number Diff line number Diff line change 11{
22 "name" : " dcup" ,
3- "version" : " 1.1.2 -beta" ,
3+ "version" : " 1.1.3 -beta" ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments