mirror of
https://github.com/nushell/nushell.git
synced 2025-05-09 20:44:29 +02:00
9 lines
194 B
HCL
9 lines
194 B
HCL
workflow "New workflow" {
|
|
resolves = ["GitHub Action for Docker"]
|
|
on = "push"
|
|
}
|
|
|
|
action "GitHub Action for Docker" {
|
|
uses = "actions/docker/cli@fe7ed3ce992160973df86480b83a2f8ed581cd50"
|
|
}
|