Skip to content

Commit fa46d1b

Browse files
author
charlesgauthereau
committed
chore(release): 1.0.4-rc.14
1 parent 5535b4b commit fa46d1b

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ jobs:
129129
tags: ${{ steps.set-tags.outputs.amd64_image }}
130130
target: ${{ inputs.target }}
131131

132+
- name: Set job output
133+
run: |
134+
echo "image=${{ steps.set-tags.outputs.amd64_image }}" >> $GITHUB_OUTPUT
135+
132136
build-arm64:
133137
name: Build ARM64 Image
134138
runs-on: ubuntu-24.04-arm
@@ -161,6 +165,11 @@ jobs:
161165
tags: ${{ steps.set-tags.outputs.arm64_image }}
162166
target: ${{ inputs.target }}
163167

168+
- name: Set job output
169+
run: |
170+
echo "image=${{ steps.set-tags.outputs.arm64_image }}" >> $GITHUB_OUTPUT
171+
172+
164173
create-manifest:
165174
name: Create Multi-Arch Manifest
166175
runs-on: ubuntu-latest

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ keywords:
2222
- self-hosted
2323
- portabase
2424
license: Apache-2.0
25-
version: 1.0.4-rc.13
25+
version: 1.0.4-rc.14
2626
date-released: "2026-01-28"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portabase-agent"
3-
version = "1.0.4-rc.13"
3+
version = "1.0.4-rc.14"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)