Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PentHertz/RF-Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed May 22, 2024
2 parents 845e5d4 + 01ae652 commit 00de60a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,3 @@ jobs:
- uses: actions/checkout@v4
- name: Build the full Docker image
run: docker build . --file Dockerfile --tag rfswift_full:$(date +%s)
- name: Build the sdr_full Docker image
run: docker build . --file sdr_full.docker --tag rfswift_sdrfull:$(date +%s)
- name: Build the sdr_light Docker image
run: docker build . --file sdr_light.docker --tag rfswift_sdrfull:$(date +%s)
- name: Build the Wi-Fi Docker image
run: docker build . --file wifi.docker --tag rfswift_wifi:$(date +%s)
- name: Build the Bluetooth Docker image
run: docker build . --file wifi.docker --tag rfswift_bluetooth:$(date +%s)
- name: Build the RFID Docker image
run: docker build . --file rfid.docker --tag rfswift_rfid:$(date +%s)

0 comments on commit 00de60a

Please sign in to comment.