From fa46d1bbc4848a2abe635e389e8041ddd4c203af Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Wed, 28 Jan 2026 22:15:26 +0100 Subject: [PATCH] chore(release): 1.0.4-rc.14 --- .github/workflows/docker.yml | 9 +++++++++ CITATION.cff | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bf280de..8ed04b2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -129,6 +129,10 @@ jobs: tags: ${{ steps.set-tags.outputs.amd64_image }} target: ${{ inputs.target }} + - name: Set job output + run: | + echo "image=${{ steps.set-tags.outputs.amd64_image }}" >> $GITHUB_OUTPUT + build-arm64: name: Build ARM64 Image runs-on: ubuntu-24.04-arm @@ -161,6 +165,11 @@ jobs: tags: ${{ steps.set-tags.outputs.arm64_image }} target: ${{ inputs.target }} + - name: Set job output + run: | + echo "image=${{ steps.set-tags.outputs.arm64_image }}" >> $GITHUB_OUTPUT + + create-manifest: name: Create Multi-Arch Manifest runs-on: ubuntu-latest diff --git a/CITATION.cff b/CITATION.cff index ab32954..38a254e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.0.4-rc.13 +version: 1.0.4-rc.14 date-released: "2026-01-28" \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index a0885fe..5749ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1595,7 +1595,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "portabase-agent" -version = "1.0.4-rc.12" +version = "1.0.4-rc.13" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f234902..1212347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.0.4-rc.13" +version = "1.0.4-rc.14" edition = "2024" [dependencies]