diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml new file mode 100644 index 0000000..4b75ba4 --- /dev/null +++ b/.github/workflows/build_image.yml @@ -0,0 +1,16 @@ +name: Build & Push Image + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build_and_push_image: + name: Build and Push Image + uses: zooniverse/ci-cd/.github/workflows/build_and_push_image.yaml@main + with: + repo_name: listmonk-sync + commit_id: ${{ github.sha }} + latest: true