From 8e46a9f5de02ae0fe66750e8498431459a228f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:10:19 +0000 Subject: [PATCH] Update cloudposse/github-action-docker-build-push action to v1.15.0 --- .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 06df2aa..7a01a8f 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -24,7 +24,7 @@ jobs: - name: Build id: build - uses: cloudposse/github-action-docker-build-push@1.14.0 + uses: cloudposse/github-action-docker-build-push@1.15.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 9523ad1..f937591 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -24,7 +24,7 @@ jobs: - name: Build id: build - uses: cloudposse/github-action-docker-build-push@1.14.0 + uses: cloudposse/github-action-docker-build-push@1.15.0 with: registry: registry.hub.docker.com organization: ${{ github.event.repository.owner.login }}