Skip to content

Commit dc563d3

Browse files
author
charlesgauthereau
committed
chore(release): 1.0.4-rc.18
1 parent 92ad1cb commit dc563d3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
id: upload
265265
run: echo "${{ steps.set-tags.outputs.image }}" > image.txt
266266

267-
- uses: actions/upload-artifact@v3
267+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
268268
with:
269269
name: image-${{ matrix.platform }}
270270
path: image.txt
@@ -274,18 +274,18 @@ jobs:
274274
runs-on: ubuntu-latest
275275
needs: build
276276
steps:
277-
- uses: actions/download-artifact@v3
277+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
278278
with:
279279
name: image-linux/amd64
280280
path: /tmp/digests
281281

282-
- uses: actions/download-artifact@v3
282+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
283283
with:
284284
name: image-linux/arm64
285285
path: /tmp/digests
286286

287287
- name: Login to Docker
288-
uses: docker/login-action@v3
288+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
289289
with:
290290
username: ${{ secrets.DOCKER_USERNAME }}
291291
password: ${{ secrets.DOCKER_PASSWORD }}

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.17
25+
version: 1.0.4-rc.18
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.17"
3+
version = "1.0.4-rc.18"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)