From ab71834e2e2d5d9b22f05f42870ef592e6a7c974 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Thu, 7 Dec 2023 20:44:00 +0100 Subject: [PATCH] deployment: add annotations: set buildx to 0.12 --- .github/workflows/on_push_main_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on_push_main_publish.yml b/.github/workflows/on_push_main_publish.yml index adfbc393..1f629e59 100644 --- a/.github/workflows/on_push_main_publish.yml +++ b/.github/workflows/on_push_main_publish.yml @@ -29,6 +29,8 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + version: v0.12.0 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry