From 4c8f904b3f89937f8cc5f214069912d3484eb6b0 Mon Sep 17 00:00:00 2001 From: bloodearnest Date: Wed, 23 Oct 2024 12:17:15 +0100 Subject: [PATCH] Fix and rename build date - 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 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 611cf0a..65f71ab 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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