Skip to content

Commit

Permalink
Fix and rename build date
Browse files Browse the repository at this point in the history
- rename from BASE_BUILD_DATE to BASE_CREATED to match label name
- noticed it wasn't a valid utc iso timestamp, so fixed that
- noticed we are using a weird hybrid of make and just, so fixed that
  • Loading branch information
bloodearnest committed Oct 23, 2024
1 parent dc4da37 commit 4c8f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d
- name: Build image
run: just build
- uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d
- name: Run tests
run: just test
- name: Run lint
Expand Down

0 comments on commit 4c8f904

Please sign in to comment.