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 }}