Compare commits

...

6 Commits

Author SHA1 Message Date
Tom Moor 0475f441a6 v0.82.1-18 2025-03-31 19:12:40 -04:00
Tom Moor 0a5b514fb5 Add missing build deps previously provided by circleci/buildpack-deps:stretch 2025-03-31 19:12:35 -04:00
Tom Moor 98ef8dc65d v0.82.1-17 2025-03-31 18:53:07 -04:00
Tom Moor 5e75baf831 Attempt larger vm 2025-03-31 18:52:50 -04:00
Tom Moor 39c43b89e1 v0.82.1-16 2025-03-31 18:34:51 -04:00
Tom Moor 9c7f0c08fb wip 2025-03-31 18:34:02 -04:00
3 changed files with 14 additions and 10 deletions
+10 -6
View File
@@ -3,7 +3,7 @@ name: Docker
on:
push:
tags:
- 'v*'
- "v*"
env:
IMAGE_NAME: outlinewiki/outline
@@ -11,10 +11,15 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: ubicloud-standard-16
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential g++
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@@ -37,8 +42,8 @@ jobs:
tags: ${{ env.BASE_IMAGE_NAME }}:latest
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
- name: Extract version
id: version
- name: Extract tag version
id: get_version
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Build and push main image
@@ -48,5 +53,4 @@ jobs:
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}
${{ contains(steps.get_version.outputs.VERSION, '-') && format('{0}:{1}', env.IMAGE_NAME, steps.get_version.outputs.VERSION) || format('{0}:{1},{0}:latest', env.IMAGE_NAME, steps.get_version.outputs.VERSION) }}
+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-18
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-03-31
Change License: Apache License, Version 2.0
+2 -2
View File
@@ -377,5 +377,5 @@
"rollup": "^4.5.1",
"prismjs": "1.30.0"
},
"version": "0.82.0"
}
"version": "0.82.1-18"
}