diff --git a/container/push.bzl b/container/push.bzl index baef9c25f..467942a62 100644 --- a/container/push.bzl +++ b/container/push.bzl @@ -205,7 +205,7 @@ container_push_ = rule( ), "_pusher": attr.label( default = "//container/go/cmd/pusher", - cfg = "target", + cfg = "exec", executable = True, allow_files = True, ), diff --git a/contrib/push-all.bzl b/contrib/push-all.bzl index c7e7f72d3..a087eb357 100644 --- a/contrib/push-all.bzl +++ b/contrib/push-all.bzl @@ -126,7 +126,7 @@ container_push = rule( ), "_pusher": attr.label( default = Label("//container/go/cmd/pusher"), - cfg = "target", + cfg = "exec", executable = True, allow_files = True, ),