-
Notifications
You must be signed in to change notification settings - Fork 447
Open
Description
Hi,
I'd like to do something like the following:
// set `latest` tag for `publishLocal` but not `publish` - locally I just want to be able to `docker run myApp` rather than `docker run myApp:version`
// but in prod, I want to be explicit about which version I run, so I don't want a `latest` tag to exist
publishLocal / dockerUpdateLatest := true
// I don't care about the repo for `publishLocal`, as again it makes it more tedious to use `docker run myApp` vs `docker run myRepo/myApp`
publish / dockerRepository := Some("some ECR repo")
However, when I scope settings to a certain task as above, the value is ignored.
- Is this request/use case reasonable?
- Is there a way to achieve it?
Metadata
Metadata
Assignees
Labels
No labels