Update main.workflow

pull/106/head
Alex Kern 7 years ago committed by GitHub
parent dc20fccf1e
commit bd7267265d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
workflow "Build on push" { workflow "Build on push" {
on = "push" on = "push"
resolves = ["GitHub Action for AWS"] resolves = ["Docker build, tag, and push"]
} }
action "Docker build, tag, and push" { action "Docker build, tag, and push" {

Loading…
Cancel
Save