Skip to content

Commit

Permalink
CI: add tz.json to container
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed Jul 13, 2023
1 parent 705af96 commit 9b43fdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: get gen-tz.py
run: curl --output /tmp/gen-tz.py https://raw.githubusercontent.com/nayarsystems/posix_tz_db/4b9caa3066434b015a99cadb74050fd46b7cc12b/gen-tz.py

- name: generate tz.json
run: python3 /tmp/gen-tz.py --json > tz.json

- name: login to ghcr.io
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 9b43fdd

Please sign in to comment.