We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c08e6c commit 3896c21Copy full SHA for 3896c21
1 file changed
.github/workflows/offline-bundle.yml
@@ -41,10 +41,6 @@ jobs:
41
- name: Set up Docker Buildx
42
uses: docker/setup-buildx-action@v3
43
44
- - name: Build cloud-sync image
45
- run: |
46
- docker compose -f universal-telemetry-software/deploy/docker-compose.macbook-base.yml build cloud-sync
47
-
48
- name: Pull all required images
49
run: |
50
docker pull ghcr.io/western-formula-racing/daq-radio/universal-telemetry:latest
@@ -63,7 +59,6 @@ jobs:
63
59
timescale/timescaledb:latest-pg16 \
64
60
redis:8.2 \
65
61
bluenviron/mediamtx:latest \
66
- deploy-cloud-sync:latest \
67
62
grafana/grafana:latest \
68
-o offline/wfr-docker-images.tar
69
0 commit comments