mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Update main.workflow
This commit is contained in:
parent
98d826d1d6
commit
085973e2db
1 changed files with 8 additions and 0 deletions
8
.github/main.workflow
vendored
Normal file
8
.github/main.workflow
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
workflow "New workflow" {
|
||||||
|
resolves = ["GitHub Action for Docker"]
|
||||||
|
on = "push"
|
||||||
|
}
|
||||||
|
|
||||||
|
action "GitHub Action for Docker" {
|
||||||
|
uses = "actions/docker/cli@fe7ed3ce992160973df86480b83a2f8ed581cd50"
|
||||||
|
}
|
Loading…
Reference in a new issue