From 808bef82b6b2118b3a009d9c0d648e4744c7afc3 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:15:50 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20docker/build-pu?= =?UTF-8?q?sh-action=20(=20v6.6.1=20=E2=86=92=20v6.7.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 | v6.6.1 | v6.7.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 094ed8d52b..840ec60fa6 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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: /home/runner/crdSchemas platforms: linux/amd64,linux/arm64