Skip to content

Add Docker build/push workflow #1

Add Docker build/push workflow

Add Docker build/push workflow #1

Workflow file for this run

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