Skip to content

Commit

Permalink
Bump hashicorp/actions-docker-build from 1.5.2 to 1.6.0 (#553)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/actions-docker-build](https://github.com/hashicorp/actions-docker-build) from 1.5.2 to 1.6.0.
- [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@bc2a4ff...fabf742)

---
updated-dependencies:
- dependency-name: hashicorp/actions-docker-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored Nov 20, 2023
1 parent 6293d21 commit 753550b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Docker Build (Action)
uses: hashicorp/actions-docker-build@bc2a4ff3c8e19786865292473d32334ec1c2f532 # v1.5.2
uses: hashicorp/actions-docker-build@fabf7421042dd20540771b0f26f6866a86f7d165 # v1.6.0
with:
version: ${{env.version}}
target: default
Expand All @@ -117,7 +117,7 @@ jobs:

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: hashicorp/actions-docker-build@bc2a4ff3c8e19786865292473d32334ec1c2f532 # v1.5.2
- uses: hashicorp/actions-docker-build@fabf7421042dd20540771b0f26f6866a86f7d165 # v1.6.0
with:
version: ${{env.version}}
target: ubi
Expand Down

0 comments on commit 753550b

Please sign in to comment.