Compare commits

...

14 commits

Author SHA1 Message Date
957b29909f Update Rust crate chrono to v0.4.44
All checks were successful
Build and Test / splatie (push) Successful in 17m56s
2026-04-28 16:04:26 +00:00
996b812803 Merge pull request 'Update Rust crate regex to v1.12.3' (#7) from renovate/regex-1.x-lockfile into main
Some checks failed
Build and Test / splatie (push) Has been cancelled
Reviewed-on: #7
2026-04-28 18:02:15 +02:00
79be56c723 Merge branch 'main' into renovate/regex-1.x-lockfile
Some checks failed
Build and Test / splatie (push) Has been cancelled
2026-04-28 17:59:51 +02:00
4fd6223471 Update .forgejo/workflows/build.yml
Some checks are pending
Build and Test / splatie (push) Waiting to run
2026-04-28 17:57:39 +02:00
97870253af Merge pull request 'Update Rust crate serde to v1.0.228' (#3) from renovate/serde-1.x-lockfile into main
Some checks are pending
Build and Test / splatie (push) Waiting to run
Reviewed-on: #3
2026-04-28 17:54:27 +02:00
99185c745d Merge pull request 'Update Rust crate serde_json to v1.0.149' (#4) from renovate/serde_json-1.x-lockfile into main
Some checks are pending
Build and Test / splatie (push) Waiting to run
Reviewed-on: #4
2026-04-28 17:54:19 +02:00
a0f1cc28b3 Merge pull request 'Update Rust crate serenity to v0.12.5' (#5) from renovate/serenity-0.x-lockfile into main
Some checks are pending
Build and Test / splatie (push) Waiting to run
Reviewed-on: #5
2026-04-28 17:53:26 +02:00
8db368a480 Merge pull request 'Update Rust crate once_cell to v1.21.4' (#6) from renovate/once_cell-1.x-lockfile into main
Some checks are pending
Build and Test / splatie (push) Waiting to run
Reviewed-on: #6
2026-04-28 17:53:05 +02:00
42fb5cb8e2 fix ci
Some checks are pending
Build and Test / splatie (push) Waiting to run
2026-04-28 17:52:42 +02:00
7b1c1ca10f Update Rust crate regex to v1.12.3
Some checks failed
Build and Test / splatie (pull_request) Successful in 20m55s
Build and Test / splatie (push) Failing after 14m55s
2026-04-28 14:21:50 +00:00
0eac1e856e Update Rust crate once_cell to v1.21.4
Some checks failed
Build and Test / splatie (pull_request) Successful in 21m3s
Build and Test / splatie (push) Failing after 19m23s
2026-04-28 14:21:41 +00:00
a4b41c2e01 Update Rust crate serenity to v0.12.5
Some checks failed
Build and Test / splatie (pull_request) Failing after 22m54s
Build and Test / splatie (push) Failing after 16m33s
2026-04-28 13:05:01 +00:00
cf28431852 Update Rust crate serde_json to v1.0.149
Some checks failed
Build and Test / splatie (pull_request) Failing after 29m28s
Build and Test / splatie (push) Failing after 32m26s
2026-04-28 13:04:54 +00:00
0201700775 Update Rust crate serde to v1.0.228
Some checks failed
Build and Test / splatie (push) Failing after 18m12s
Build and Test / splatie (pull_request) Successful in 18m31s
2026-04-28 12:03:59 +00:00
2 changed files with 261 additions and 397 deletions

View file

@ -3,7 +3,6 @@ name: Build and Test
on:
push:
branches: ["**"]
pull_request:
env:
DOCKER_TLS_CERTDIR: /certs
@ -49,17 +48,6 @@ jobs:
$RNEX_CONTAINER_PLATFORM build -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" .
$RNEX_CONTAINER_PLATFORM push "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
- name: Push retagged branch
env:
CI_REGISTRY_IMAGE: git.spbr.net/${{ forgejo.repository }}
CI_COMMIT_SHORT_SHA: ${{ forgejo.ref_name }}
CI_COMMIT_PREVIOUS_SHA: ${{ env.SHORT_SHA }}
run: |
$RNEX_CONTAINER_PLATFORM login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} git.spbr.net
$RNEX_CONTAINER_PLATFORM pull "$CI_REGISTRY_IMAGE:$CI_COMMIT_PREVIOUS_SHA"
$RNEX_CONTAINER_PLATFORM tag "$CI_REGISTRY_IMAGE:$CI_COMMIT_PREVIOUS_SHA" "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
$RNEX_CONTAINER_PLATFORM push "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
- name: Push retagged latest
env:
CI_REGISTRY_IMAGE: git.spbr.net/${{ forgejo.repository }}

648
Cargo.lock generated

File diff suppressed because it is too large Load diff