From 9f92508a3999acac3d58aad6af57f3371cef6a24 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 May 2025 19:33:22 +0200 Subject: [PATCH] feat(ci): use blacksmith docker action --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64f0036bb..d8b155792 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,10 @@ jobs: - name: Git describe id: ghd uses: proudust/gh-describe@v2 + - name: setup blacksmith docker action + uses: useblacksmith/build-push-action@v1 + with: + setup-only: true - name: Login to GHCR uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 with: