Skip to content

Commit

Permalink
feat: init build images GH WF
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Jan 30, 2024
1 parent 880e64a commit 41e168e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build Images

on: [pull_request]

jobs:
build:
name: Build job
steps:
- name: Run docker
run: docker buildx --help

0 comments on commit 41e168e

Please sign in to comment.