File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ keywords:
2222 - self-hosted
2323 - portabase
2424license : Apache-2.0
25- version : 1.0.4-rc.17
25+ version : 1.0.4-rc.18
2626date-released : " 2026-01-28"
Original file line number Diff line number Diff line change 11[package ]
22name = " portabase-agent"
3- version = " 1.0.4-rc.17 "
3+ version = " 1.0.4-rc.18 "
44edition = " 2024"
55
66[dependencies ]
You can’t perform that action at this time.
0 commit comments