diff --git a/.github/workflows/automated-build.yaml b/.github/workflows/automated-build.yaml new file mode 100644 index 0000000..057d51e --- /dev/null +++ b/.github/workflows/automated-build.yaml @@ -0,0 +1,12 @@ +name: Automated Build + +on: + push: + branches: + - main + +jobs: + automated-build: + uses: jpetazzo/workflows/.github/workflows/automated-build.yaml@main + secrets: + DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }} \ No newline at end of file