Skip to content

Commit

Permalink
ci: add GitHub Actions workflow for building Docker image
Browse files Browse the repository at this point in the history
ING-4068
  • Loading branch information
stempler committed Nov 20, 2023
1 parent 3f44442 commit 16c9394
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on:
pull_request:
branches:
- master

# Note: Images are currently published via Docker Hub automated build

push:
branches:
- master
workflow_dispatch: {}

jobs:
build:
uses: wetransform/gha-workflows/.github/workflows/dockerfile-build.yml@master
with:
image: wetransform/conversion-hale
tag: ci

0 comments on commit 16c9394

Please sign in to comment.