RF-Swift/.github/workflows/bluetooth_docker-image.yml

23 lines
468 B
YAML
Raw Normal View History

2024-06-03 17:09:42 -07:00
name: Docker Image CI - Bluetooth
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the core image
run: docker build . --file Dockerfiles/SDR/corebuild.docker --tag corebuild:latest
2024-06-03 17:09:42 -07:00
- name: Build the full Docker image
run: docker build . --file Dockerfiles/bluetooth.docker --tag rfswift_bluetooth:$(date +%s)