Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jun 30, 2024
1 parent 71d4789 commit 09bd9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build ev3dev-stretch
run: |
run: >
docker build
-t ev3dev/debian-stretch-cross
-f ev3dev-stretch/debian-stretch-cross.dockerfile
ev3dev-stretch
- name: Build ev3dev-buster
run: |
run: >
docker build
-t ev3dev/debian-buster-cross
-f ev3dev-buster/debian-buster-cross.dockerfile
Expand Down

0 comments on commit 09bd9d5

Please sign in to comment.