From 09e9a84a142f885ce1931e701981fc5485c22adc Mon Sep 17 00:00:00 2001 From: jfederico Date: Mon, 22 Apr 2024 15:19:26 -0400 Subject: [PATCH] [ci] updated verision of docker/build-push-action to v5 --- .github/workflows/ci.build.prerelease.yml | 2 +- .github/workflows/ci.build.release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.build.prerelease.yml b/.github/workflows/ci.build.prerelease.yml index 2fbe331d..4fc19859 100644 --- a/.github/workflows/ci.build.prerelease.yml +++ b/.github/workflows/ci.build.prerelease.yml @@ -47,7 +47,7 @@ jobs: - name: Build and Push pre-release if: contains(env.DOCKER_BUILD_ENABLED, 'true') - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true tags: | diff --git a/.github/workflows/ci.build.release.yml b/.github/workflows/ci.build.release.yml index 51eaf8d6..30c190b3 100644 --- a/.github/workflows/ci.build.release.yml +++ b/.github/workflows/ci.build.release.yml @@ -47,7 +47,7 @@ jobs: - name: Build and Push release if: contains(env.DOCKER_BUILD_ENABLED, 'true') - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true tags: |