From 390125f58a25dc776928d59a960ba0a8cf3db71e Mon Sep 17 00:00:00 2001 From: FranciscoLozCoding Date: Fri, 1 Mar 2024 10:14:03 -0600 Subject: [PATCH] added workflow --- .github/workflows/build-and-push-docker-image.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/build-and-push-docker-image.yml diff --git a/.github/workflows/build-and-push-docker-image.yml b/.github/workflows/build-and-push-docker-image.yml new file mode 100644 index 0000000..f830931 --- /dev/null +++ b/.github/workflows/build-and-push-docker-image.yml @@ -0,0 +1,11 @@ +on: + release: + types: [published] + pull_request: + branches: ["main"] + +jobs: + push_to_registry: + name: Build + uses: waggle-sensor/.github/.github/workflows/build-and-push-docker-image.yml@main + secrets: inherit \ No newline at end of file