1
0
mirror of https://github.com/jordansissel/fpm synced 2025-04-20 13:28:00 +02:00
fpm/.github/main.workflow
2019-01-02 11:40:51 -08:00

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"
}