Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#612)
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>
Co-authored-by: Milton Moura <miltonmoura@gmail.com>
  • Loading branch information
dependabot[bot] and mgcm authored Jun 25, 2024
1 parent 95d26e6 commit dc95d94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
type=sha,prefix=
- name: Docker build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: dockerBuild
with:
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'pull_request' && secrets.GH_APP_OS_APP_ID != '' }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
type=sha,prefix=
- name: Docker build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: dockerBuild
with:
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'pull_request' && secrets.GH_APP_OS_APP_ID != '' }}
Expand Down Expand Up @@ -250,13 +250,13 @@ jobs:
run: yarn generate-disclaimer

- name: Docker build widget
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: dockerBuildWidget
with:
context: ./matrix-meetings-widget/

- name: Docker build bot
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: dockerBuildBot
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build and push
id: build_and_push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build and push
id: build_and_push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down

0 comments on commit dc95d94

Please sign in to comment.