Compare commits

...

5 Commits

Author SHA1 Message Date
Tom Moor f0a04639ad v0.82.1-2 2025-02-22 11:33:40 -05:00
Tom Moor 12e4436e3a chore: Larger image 2025-02-22 11:33:32 -05:00
Tom Moor 78383a1fbf v0.82.1-1 2025-02-22 11:13:53 -05:00
Tom Moor 29482c8307 fix 2025-02-22 11:12:41 -05:00
Tom Moor 9ea218af9b v0.82.1-0 2025-02-22 10:56:52 -05:00
4 changed files with 10 additions and 7 deletions
+4 -1
View File
@@ -133,4 +133,7 @@ jobs:
run: echo "NODE_ENV=production" >> $GITHUB_ENV
- run: yarn vite:build
- name: Send bundle stats to RelativeCI
run: npx relative-ci-agent
uses: relative-ci/agent-action@v2
with:
key: ${{ secrets.RELATIVE_CI_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}
+3 -3
View File
@@ -1,4 +1,4 @@
name: Docker
name: Docker build
on:
push:
@@ -11,7 +11,7 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push base image
uses: docker/build-push-action@v5
+2 -2
View File
@@ -3,7 +3,7 @@ Business Source License 1.1
Parameters
Licensor: General Outline, Inc.
Licensed Work: Outline 0.82.0
Licensed Work: Outline 0.82.1-2
The Licensed Work is (c) 2025 General Outline, Inc.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Document
@@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
Licensed Work by creating teams and documents
controlled by such third parties.
Change Date: 2029-02-15
Change Date: 2029-02-22
Change License: Apache License, Version 2.0
+1 -1
View File
@@ -370,5 +370,5 @@
"qs": "6.9.7",
"rollup": "^4.5.1"
},
"version": "0.82.0"
"version": "0.82.1-2"
}