Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6 (#655)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 21, 2024
1 parent 2e68561 commit e015468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v5
uses: docker/build-push-action@v6
env:
NODE_ENV: production
with:
Expand Down Expand Up @@ -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@v5
uses: docker/build-push-action@v6
env:
NODE_ENV: production
with:
Expand Down Expand Up @@ -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@v5
uses: docker/build-push-action@v6
env:
NODE_ENV: production
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
NODE_ENV: production
with:
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
file: Dockerfile.migrations
Expand Down

0 comments on commit e015468

Please sign in to comment.