Skip to content

Commit

Permalink
feat(ci): make raspberry docker images and archive
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed May 2, 2024
1 parent 52cd262 commit a4cdc61
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@

name: build docker images
name: make-raspberry-images

on:
workflow_dispatch:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker compose build

- name: Checkout
uses: actions/checkout@v3

- name: Make Raspberry Images
run: ./make-raspberry-images.sh

- name: Archive *.tar
uses: actions/upload-artifact@v4
with:
name: docker-images
path: docker/images/**/*.tar

0 comments on commit a4cdc61

Please sign in to comment.