From 6e32b5e8418a9ced13a9354c5fa3c822f8b23f36 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Sun, 26 Jan 2025 06:32:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20fix=20for=20buildx=20regre?= =?UTF-8?q?ssion=20in=200.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 ++ .github/workflows/publish_feature.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6aaf34fc..d83a8f5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,8 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + version: v0.19.0 - name: Docker meta id: meta diff --git a/.github/workflows/publish_feature.yml b/.github/workflows/publish_feature.yml index 3b02542b..b5e5ea5c 100644 --- a/.github/workflows/publish_feature.yml +++ b/.github/workflows/publish_feature.yml @@ -28,6 +28,8 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + version: v0.19.0 - name: Echo run: echo Publish images with tag ${{ github.head_ref || github.ref_name }}