Skip to content

Commit b22cc35

Browse files
committed
chore(just): rm secrets module, update image base uri
1 parent f39416b commit b22cc35

3 files changed

Lines changed: 1 addition & 78 deletions

File tree

justfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ dev:
4545
fetch:
4646
just external::fetch
4747

48-
# Manage secrets.
49-
[group('modules')]
50-
mod secrets 'tools/just/secrets.just'
5148
# Manage OCI images.
5249
[group('modules')]
5350
mod image 'tools/just/image.just'

tools/just/image.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
root_dir := `git rev-parse --show-toplevel`
22
set shell := ["bash", "-cue"]
33
ctr := "docker"
4-
repository := "ghcr.io/sdsc-ordes/catplus-manifests"
4+
repository := "ghcr.io/sdsc-ordes/deid-module"
55

66
# Default recipe to list all recipes.
77
[private]

tools/just/secrets.just

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)