Revert "support registry auth"
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -5,8 +5,6 @@ import (
|
||||
"dagger.io/alpine"
|
||||
)
|
||||
|
||||
TestAuth: op.#RegistryAuth
|
||||
|
||||
TestPushContainer: {
|
||||
// Generate a random number
|
||||
random: {
|
||||
@@ -15,7 +13,6 @@ TestPushContainer: {
|
||||
op.#Load & {from: alpine.#Image},
|
||||
op.#Exec & {
|
||||
args: ["sh", "-c", "echo -n $RANDOM > /rand"]
|
||||
always: true
|
||||
},
|
||||
op.#Export & {
|
||||
source: "/rand"
|
||||
@@ -33,7 +30,6 @@ TestPushContainer: {
|
||||
},
|
||||
op.#PushContainer & {
|
||||
"ref": ref
|
||||
auth: TestAuth
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -68,7 +64,6 @@ TestPushContainerMetadata: {
|
||||
op.#Load & {from: alpine.#Image},
|
||||
op.#Exec & {
|
||||
args: ["sh", "-c", "echo -n $RANDOM > /rand"]
|
||||
always: true
|
||||
},
|
||||
op.#Export & {
|
||||
source: "/rand"
|
||||
@@ -88,7 +83,6 @@ TestPushContainerMetadata: {
|
||||
},
|
||||
op.#PushContainer & {
|
||||
"ref": ref
|
||||
auth: TestAuth
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -119,7 +113,6 @@ TestPushContainerMetadata: {
|
||||
},
|
||||
op.#PushContainer & {
|
||||
"ref": ref
|
||||
auth: TestAuth
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user