diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 28de42d..877429d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -48,10 +48,9 @@ jobs: run: | REF_NAME=${GITHUB_REF#refs/tags/} TAGS="${{ inputs.image_name }}:rust-$REF_NAME" -# Do not delete, this temporary -# if [[ "${{ inputs.add_latest }}" == "true" ]]; then -# TAGS="$TAGS,${{ inputs.image_name }}:latest" -# fi + if [[ "${{ inputs.add_latest }}" == "true" ]]; then + TAGS="$TAGS,${{ inputs.image_name }}:latest" + fi echo "tags=$TAGS" >> $GITHUB_OUTPUT - name: Build and push Docker image diff --git a/CITATION.cff b/CITATION.cff index ddc75de..1c20b3f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 0.1.1-rc.4 +version: 0.1.1-rc.5 date-released: "2026-01-06" \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f0271df..dbd64f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "portabase-agent" -version = "0.1.1-rc.3" +version = "0.1.1-rc.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ccbe67c..f0ab9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "0.1.1-rc.4" +version = "0.1.1-rc.5" edition = "2024" [dependencies]