Skip to content

Commit

Permalink
Create docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jun 30, 2024
1 parent 477ec50 commit 49117c8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Docker Image CI

on:
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build ev3dev-stretch
run: >
docker build
-t ev3dev/debian-stretch-cross
-f ev3dev-stretch/debian-stretch-cross.dockerfile
ev3dev-stretch
- name: Build ev3dev-buster
run: >
docker build
-t ev3dev/debian-buster-cross
-f ev3dev-buster/debian-buster-cross.dockerfile
ev3dev-buster
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit 49117c8

Please sign in to comment.