Skip to content

Commit 71c0826

Browse files
authored
Merge pull request #234 from kagenti/dependabot/github_actions/docker/build-push-action-7.1.0
chore(deps): Bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents 15bd5c8 + 679997e commit 71c0826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
9292
9393
- name: Build and push ${{ matrix.image_config.name }}
94-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
94+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
9595
with:
9696
context: ${{ matrix.image_config.path }}/${{ matrix.image_config.name }}
9797
file: ${{ matrix.image_config.path }}/${{ matrix.image_config.name }}/Dockerfile

0 commit comments

Comments
 (0)