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

23 lines
451 B
YAML

name: Docker Image CI - Wi-Fi
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
- name: Build the Wi-Fi Docker image
run: docker build . --file Dockerfiles/wifi.docker --tag rfswift_wifi:$(date +%s)