Move dockerhub envvar to sops store
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
@@ -6,7 +6,10 @@ import (
|
||||
)
|
||||
|
||||
engine.#Plan & {
|
||||
inputs: secrets: dockerHubToken: envvar: "DOCKERHUB_TOKEN"
|
||||
inputs: secrets: dockerHubToken: command: {
|
||||
name: "sops"
|
||||
args: ["exec-env", "./secrets_sops.yaml", "echo $DOCKERHUB_TOKEN"]
|
||||
}
|
||||
|
||||
#auth: [{
|
||||
target: "daggerio/ci-test:private-pull"
|
||||
|
Reference in New Issue
Block a user