| commit | ea90f120c2284f74744be9191d8855c6b3aa7166 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jul 01 16:04:13 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Jul 01 16:04:13 2024 +0000 |
| tree | cb9f8c5518fa90cc555c2e5d8c2b1306866db5b6 | |
| parent | 3a44c672af7a9f8b58e02aa34e5149faea0f4674 [diff] |
chore(deps): bump docker/build-push-action from 5 to 6 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](https://github.com/docker/build-push-action/compare/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>
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2f36afd..b71a239 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml
@@ -41,7 +41,7 @@ apache/eventmesh-dashboard - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: ${{ steps.meta.outputs.tags }}