From 6e6065f2f34ea076d26f471f8a24cc5a41544d4e Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:15:53 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20docker/build-pu?= =?UTF-8?q?sh-action=20(=20v5.3.0=20=E2=86=92=20v5.4.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v5.3.0 | v5.4.0 | --- .github/workflows/schemas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schemas.yaml b/.github/workflows/schemas.yaml index dc3c1d33d0..7a34fad80d 100644 --- a/.github/workflows/schemas.yaml +++ b/.github/workflows/schemas.yaml @@ -138,7 +138,7 @@ jobs: EOF - name: Publish schemas as web container - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: /home/runner/crdSchemas platforms: linux/amd64,linux/arm64