From 2233cc4753dc604b2b990a75259489fafa9a9a31 Mon Sep 17 00:00:00 2001 From: AleDore Date: Thu, 29 Feb 2024 17:04:39 +0100 Subject: [PATCH] fix docker buildx --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 975d22b..c3d57eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,6 @@ jobs: permissions: contents: write actions: write - steps: - name: Checkout id: checkout @@ -69,6 +68,9 @@ jobs: --generate-notes \ --notes-start-tag ${{ env.OLD_VERSION }} + - name: Setup Docker buildx + uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 + - name: Log in to the Container registry id: docker_login uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0