Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit e4df784

Browse files
build(deps): bump hashicorp/actions-docker-build
Bumps [hashicorp/actions-docker-build](https://github.com/hashicorp/actions-docker-build) from 11d43ef520c65f58683d048ce9b47d6617893c9a to d870481d95d6ae353822c87e568cb1803b5fe7eb. - [Release notes](https://github.com/hashicorp/actions-docker-build/releases) - [Changelog](https://github.com/hashicorp/actions-docker-build/blob/main/CHANGELOG.md) - [Commits](hashicorp/actions-docker-build@11d43ef...d870481) --- updated-dependencies: - dependency-name: hashicorp/actions-docker-build dependency-version: d870481d95d6ae353822c87e568cb1803b5fe7eb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4b740d commit e4df784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
150150
- name: Docker Build (Action)
151-
uses: hashicorp/actions-docker-build@11d43ef520c65f58683d048ce9b47d6617893c9a # v2.0.0
151+
uses: hashicorp/actions-docker-build@d870481d95d6ae353822c87e568cb1803b5fe7eb # v2.0.0
152152
with:
153153
smoke_test: |
154154
TEST_VERSION="$(docker run "${IMAGE_NAME}" version | awk '/Levant/{print $2}')"

0 commit comments

Comments
 (0)