From 17a4ea79a6f9ce9398dd4b38bec15b721f5f7284 Mon Sep 17 00:00:00 2001 From: "spritely-renovatebot[bot]" <269751000+spritely-renovatebot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:19:13 +0000 Subject: [PATCH] Update spritely/build action to v0.24.68 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6bec8a2..4559ab6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Build and publish container - uses: spritely/build/container@bdb47928241456a8f5bb6046a7e5d2f4f4e1a682 # v0.24.62 + uses: spritely/build/container@0b5162b090b8a22b1356fee53349bc5983adda2d # v0.24.68 with: registryUsername: ${{ secrets.DOCKER_HUB_USERNAME }} registryPassword: ${{ secrets.DOCKER_HUB_TOKEN }}