From 3f0dbfdce658efba3538b005b788c7c8f878f58a Mon Sep 17 00:00:00 2001 From: "angelnu-bot[bot]" <115925344+angelnu-bot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:04:11 +0000 Subject: [PATCH] ci(github-action)!: Update docker/build-push-action action to v6 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v5 | v6 | --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6aa6db..79bd8ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: - name: Build and Push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: builder: ${{ steps.buildx.outputs.name }} context: .