From 42a55feb10f06beba7f877bef21c499b058bde74 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 22 Aug 2024 06:30:20 -0600 Subject: [PATCH] Update buildroot image tag Assuming the shim that got built today is the last one. --- .github/workflows/buildroot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildroot.yml b/.github/workflows/buildroot.yml index ee45995f..0a0db57a 100644 --- a/.github/workflows/buildroot.yml +++ b/.github/workflows/buildroot.yml @@ -15,7 +15,7 @@ jobs: env: IMAGE_REPO: ghcr.io/${{ github.repository_owner }}/shim-review-buildroot - IMAGE_TAG: endless-shim-x64-20240820 + IMAGE_TAG: endless-shim-x64-20240822 steps: - name: Checkout