Skip to content

Commit

Permalink
Update daily workflow to load images from cron_jobs for weather data …
Browse files Browse the repository at this point in the history
…harvesting
  • Loading branch information
senkenn committed Dec 25, 2024
1 parent 73cf805 commit 15909ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
context: .
push: false
tags: cron_jobs:latest
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: imageid
load: true

- name: Harvest the observation weather data
run: |
docker run --rm ${{ steps.build.outputs.imageid }} cargo run --bin harvest_observation_weather_data
docker run --rm cron_jobs cargo run --bin harvest_observation_weather_data

0 comments on commit 15909ab

Please sign in to comment.