From ccb05e01a80a0f8321451522c1a6ed47b9eb5204 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Thu, 16 Nov 2023 13:18:37 +0000 Subject: [PATCH] Update the buildx action It was pinned to 0.9.1 for compatibility with GOV.UK PaaS. Now that we run on AKS, this limitations does not apply and we can use the default version. --- .github/workflows/build-and-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 555e4f63e..05300fd58 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -48,8 +48,6 @@ jobs: - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@master - with: - version: v0.9.1 # More recent buildx versions generate an OCI manifest which is incompatible with Cloud Foundry - name: Get Short SHA id: vars