Adding missing build for CI

This commit is contained in:
FlUxIuS 2024-06-28 15:45:19 +02:00
parent b23bf983ef
commit b64246b27a
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
1 changed files with 3 additions and 0 deletions

View File

@ -18,5 +18,8 @@ jobs:
- name: Build the core image
run: docker build . --file Dockerfiles/SDR/corebuild.docker --tag corebuild:latest
- name: Build the sdr_light image
run: docker build . --file Dockerfiles/SDR/sdr_light.docker --tag sdr_light:latest
- name: Build the Telecom Docker image
run: docker build . --file Dockerfiles/telecom.docker --tag rfswift_telecom:$(date +%s)