Skip to content

Commit

Permalink
chore: point to green rust orb
Browse files Browse the repository at this point in the history
  • Loading branch information
rarescosma committed Dec 2, 2024
1 parent f48f59a commit e57ff95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone/apollo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _rust_dev_env: &rust_dev_env
CARGO_PROFILE_RELEASE_LTO: "false"

__rust_orb: &rust
image: hub.getbetter.ro/orbs/rust:blue
image: hub.getbetter.ro/orbs/rust:green
pull: always
volumes:
- name: dockersock
Expand Down
2 changes: 1 addition & 1 deletion .drone/ufo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _rust_dev_env: &rust_dev_env
CARGO_PROFILE_RELEASE_LTO: "false"

__rust_orb: &rust
image: registry-np.storage-system.svc.k8s.local/orbs/rust:blue
image: registry-np.storage-system.svc.k8s.local/orbs/rust:green
pull: always
volumes:
- name: dockersock
Expand Down
2 changes: 1 addition & 1 deletion .drone/worker18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _rust_dev_env: &rust_dev_env
CARGO_PROFILE_RELEASE_LTO: "false"

__rust_orb: &rust
image: hub.getbetter.ro/orbs/rust:blue
image: hub.getbetter.ro/orbs/rust:green
pull: always
volumes:
- name: dockersock
Expand Down

0 comments on commit e57ff95

Please sign in to comment.