Skip to content

Commit

Permalink
Build on push to see that it works
Browse files Browse the repository at this point in the history
  • Loading branch information
o-liver committed Aug 2, 2023
1 parent 92cbdb1 commit 9028c86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push
name: Build image
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

Check warning on line 7 in .github/workflows/build.yml

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/\b(?!masterdata|masterdata\w+\b)master/gi
- name: Build
run: |
docker build .

0 comments on commit 9028c86

Please sign in to comment.