Skip to content

Commit

Permalink
Add Docker build/push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Sep 20, 2023
1 parent ffa3d60 commit a5e517f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a5e517f

Please sign in to comment.