M .woodpecker/.backplane.yaml => .woodpecker/.backplane.yaml +1 -3
@@ 37,7 37,6 @@ steps:
commands:
- cd starkingdoms-backplane
- cargo build --profile release-ci --color always
- - echo -e "gitlab token--$GITLAB_TOKEN--"
environment:
CARGO_INCREMENTAL: "0"
SCCACHE_ENDPOINT: https://eaa2f15b55afa10361622796530d22c6.r2.cloudflarestorage.com/stk-sccache
@@ 48,7 47,6 @@ steps:
AWS_SECRET_ACCESS_KEY:
from_secret: s3_key
RUSTC_WRAPPER: sccache
- secrets: [ gitlab_token ]
- name: build_image
depends_on:
- backplane_build
@@ 60,6 58,6 @@ steps:
password:
from_secret: gitlab_token
tag: ${CI_COMMIT_TAG}
- registry: https://registry.gitlab.com/
+ registry: registry.gitlab.com
when:
event: tag=
\ No newline at end of file
M .woodpecker/.client.yaml => .woodpecker/.client.yaml +1 -1
@@ 26,6 26,6 @@ steps:
password:
from_secret: gitlab_token
tag: ${CI_COMMIT_TAG}
- registry: https://registry.gitlab.com/
+ registry: registry.gitlab.com
when:
event: tag=
\ No newline at end of file
M .woodpecker/.server.yaml => .woodpecker/.server.yaml +1 -1
@@ 61,6 61,6 @@ steps:
password:
from_secret: gitlab_token
tag: ${CI_COMMIT_TAG}
- registry: https://registry.gitlab.com/
+ registry: registry.gitlab.com
when:
event: tag=
\ No newline at end of file