mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
chore: use codeberg container registry images
This commit is contained in:
parent
badcee4e35
commit
5ceee74b98
2 changed files with 3 additions and 3 deletions
|
|
@ -7,14 +7,14 @@ depends_on:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Update PR
|
- name: Update PR
|
||||||
image: jasterv/release-plz-update-pr:latest
|
image: codeberg.org/jasterv/release-plz-update-pr:latest
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
from_secret: CODEBERG_TOKEN
|
from_secret: CODEBERG_TOKEN
|
||||||
|
|
||||||
- name: Release crates
|
- name: Release crates
|
||||||
image: jasterv/rust-magic-release:latest
|
image: codeberg.org/jasterv/rust-magic-release:latest
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: jasterv/rust-ci:1.93
|
image: codeberg.org/jasterv/rust-ci:1.93
|
||||||
commands:
|
commands:
|
||||||
- cargo make -p ci fmt-check
|
- cargo make -p ci fmt-check
|
||||||
- cargo make -p ci clippy
|
- cargo make -p ci clippy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue