From 109a18d7d17dbb3c3be7483459eaaac5374d4443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:28:09 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main_cnpjapidotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_cnpjapidotnet.yml b/.github/workflows/main_cnpjapidotnet.yml index 56c8920..6a93375 100644 --- a/.github/workflows/main_cnpjapidotnet.yml +++ b/.github/workflows/main_cnpjapidotnet.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.AzureAppService_ContainerPassword_56f2125f61d64fa989e12ec0d1a30a9b }} - name: Build and push container image to registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_3ba9c178acb8426f8da21de7b13d1692 }}/cnpj-api-csharp:${{ github.sha }}