From ca9ef3ea503f8580509ae9e3994093003c7c008a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:34:46 +0000 Subject: [PATCH] chore(deps): update cloudposse/github-action-docker-build-push action to v3 --- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index ff1ee33..4ae725e 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -32,7 +32,7 @@ jobs: - name: Build id: build - uses: cloudposse/github-action-docker-build-push@1.14.0 + uses: cloudposse/github-action-docker-build-push@v3.0.0 with: registry: registry.hub.docker.com organization: ${{ github.event.repository.owner.login }} diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6e46d2f..78afcdb 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -32,7 +32,7 @@ jobs: - name: Build id: build - uses: cloudposse/github-action-docker-build-push@1.14.0 + uses: cloudposse/github-action-docker-build-push@v3.0.0 with: registry: registry.hub.docker.com organization: ${{ github.event.repository.owner.login }}