mirror of
https://github.com/jordansissel/fpm
synced 2025-04-20 13:28:00 +02:00
9 lines
161 B
HCL
9 lines
161 B
HCL
workflow "New workflow" {
|
|
on = "push"
|
|
resolves = ["GitHub Action for Docker"]
|
|
}
|
|
|
|
action "GitHub Action for Docker" {
|
|
uses = "actions/docker/cli@76ff57a"
|
|
}
|