mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 12:58:32 +00:00
8 lines
194 B
HCL
8 lines
194 B
HCL
workflow "New workflow" {
|
|
resolves = ["GitHub Action for Docker"]
|
|
on = "push"
|
|
}
|
|
|
|
action "GitHub Action for Docker" {
|
|
uses = "actions/docker/cli@fe7ed3ce992160973df86480b83a2f8ed581cd50"
|
|
}
|