Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #72 from kubernetes-sigs/chuckha-patch-1
Browse files Browse the repository at this point in the history
Create main.workflow
  • Loading branch information
k8s-ci-robot authored Jul 8, 2019
2 parents 1f59add + 281f70c commit 5ae65c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
workflow "New workflow" {
on = "push"
resolves = ["./scripts/publish-manager.sh"]
}

action "Docker Registry" {
uses = "actions/docker/login@86ff551d26008267bb89ac11198ba7f1d807b699"
}

action "./scripts/publish-manager.sh" {
uses = "./scripts/publish-manager.sh"
needs = ["Docker Registry"]
env = {
TAG = "latest"
REGISTRY = "docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker"
}
}

0 comments on commit 5ae65c2

Please sign in to comment.