From 0ccb55923712b04accf7124acaf7e8c4207805bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:06:21 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- .github/workflows/security-checks.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adba98a70..02f860304 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 env: NODE_ENV: production with: @@ -73,7 +73,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 env: NODE_ENV: production with: @@ -115,7 +115,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 env: NODE_ENV: production with: diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index ebde2dcf6..24576c67f 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 env: NODE_ENV: production with: @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: false file: Dockerfile.migrations