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

19 lines
314 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 full Docker image
run: docker build . --file wifi.docker --tag rfswift_wifi:$(date +%s)