@@ -25,8 +25,8 @@ import (
|
||||
// ECR registry secret
|
||||
secret: {
|
||||
os.#File & {
|
||||
from: ctr
|
||||
path: "/out"
|
||||
}
|
||||
from: ctr
|
||||
path: "/out"
|
||||
}
|
||||
}.read.data @dagger(output)
|
||||
}
|
||||
|
@@ -8,6 +8,8 @@ import (
|
||||
)
|
||||
|
||||
// S3 Bucket upload (file or directory)
|
||||
// FIXME: rename #Put to use a noun
|
||||
// FIXME: deprecate in favor of #Sync
|
||||
#Put: {
|
||||
|
||||
// AWS Config
|
||||
@@ -93,6 +95,7 @@ import (
|
||||
}
|
||||
|
||||
// S3 Bucket sync
|
||||
// FIXME: rename #Sync to use a noun
|
||||
#Sync: {
|
||||
|
||||
// AWS Config
|
||||
|
Reference in New Issue
Block a user