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: |