mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
chore(release): 1.2.5-rc.10
This commit is contained in:
@@ -148,11 +148,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REF_NAME=${GITHUB_REF#refs/tags/}
|
REF_NAME=${GITHUB_REF#refs/tags/}
|
||||||
if [ "${{ matrix.platform }}" = "linux/amd64" ]; then
|
if [ "${{ matrix.platform }}" = "linux/amd64" ]; then
|
||||||
IMAGE2="${{ inputs.image_name2 }}:$REF_NAME-amd64"
|
IMAGE="${{ inputs.image_name2 }}:$REF_NAME-amd64"
|
||||||
else
|
else
|
||||||
IMAGE2="${{ inputs.image_name2 }}:$REF_NAME-arm64"
|
IMAGE="${{ inputs.image_name2 }}:$REF_NAME-arm64"
|
||||||
fi
|
fi
|
||||||
echo "image2=$IMAGE2" >> $GITHUB_OUTPUT
|
echo "image=$IMAGE2" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -161,7 +161,7 @@ jobs:
|
|||||||
file: ${{ inputs.dockerfile }}
|
file: ${{ inputs.dockerfile }}
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.set-tags.outputs.image2 }}
|
tags: ${{ steps.set-tags.outputs.image }}
|
||||||
target: ${{ inputs.target }}
|
target: ${{ inputs.target }}
|
||||||
|
|
||||||
- name: Prepare artifact name
|
- name: Prepare artifact name
|
||||||
@@ -169,12 +169,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
platform=${{ matrix.platform }}
|
platform=${{ matrix.platform }}
|
||||||
echo "safe_platform=${platform//\//-}" >> $GITHUB_OUTPUT
|
echo "safe_platform=${platform//\//-}" >> $GITHUB_OUTPUT
|
||||||
echo "${{ steps.set-tags.outputs.image2 }}" > image2.txt
|
echo "${{ steps.set-tags.outputs.image }}" > image.txt
|
||||||
|
|
||||||
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
|
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
|
||||||
with:
|
with:
|
||||||
name: image2-${{ steps.artifact.outputs.safe_platform }}
|
name: image-${{ steps.artifact.outputs.safe_platform }}
|
||||||
path: image2.txt
|
path: image.txt
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
compression-level: 6
|
compression-level: 6
|
||||||
overwrite: false
|
overwrite: false
|
||||||
@@ -204,7 +204,7 @@ jobs:
|
|||||||
- name: Create and push manifest list
|
- name: Create and push manifest list
|
||||||
working-directory: /tmp/digests
|
working-directory: /tmp/digests
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGES="$(cat amd64/image2.txt) $(cat arm64/image2.txt)"
|
DOCKER_IMAGES="$(cat amd64/image.txt) $(cat arm64/image.txt)"
|
||||||
REF_NAME=${GITHUB_REF#refs/tags/}
|
REF_NAME=${GITHUB_REF#refs/tags/}
|
||||||
MANIFEST_IMAGE="${{ inputs.image_name2 }}:$REF_NAME"
|
MANIFEST_IMAGE="${{ inputs.image_name2 }}:$REF_NAME"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -26,5 +26,5 @@ keywords:
|
|||||||
- web-ui
|
- web-ui
|
||||||
- agent
|
- agent
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
version: 1.2.5-rc.9
|
version: 1.2.5-rc.10
|
||||||
date-released: "2026-02-10"
|
date-released: "2026-02-10"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "portabase",
|
"name": "portabase",
|
||||||
"version": "1.2.5-rc.9",
|
"version": "1.2.5-rc.10",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbopack -p 8887",
|
"dev": "next dev --turbopack -p 8887",
|
||||||
|
|||||||
Reference in New Issue
Block a user