Skip to content

Commit e086859

Browse files
chore(deps): Bump docker/build-push-action from 5 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c08426 commit e086859

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/agent-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Build and push
6363
id: build
64-
uses: docker/build-push-action@v5
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: images/hermes-agent
6767
file: images/hermes-agent/Dockerfile

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
27-
- uses: docker/build-push-action@v6
27+
- uses: docker/build-push-action@v7
2828
with:
2929
context: .
3030
platforms: linux/amd64

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build and push container image (multi-arch)
8787
id: docker_build
88-
uses: docker/build-push-action@v6
88+
uses: docker/build-push-action@v7
8989
with:
9090
context: .
9191
file: Dockerfile

0 commit comments

Comments
 (0)