Skip to content

Commit 24831fe

Browse files
dependabot[bot]cdalvaro
authored andcommitted
build(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.14.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b62bae commit 24831fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--name registry registry:2
4343
4444
- name: Build docker-salt-master image
45-
uses: docker/build-push-action@v6.14.0
45+
uses: docker/build-push-action@v6.15.0
4646
with:
4747
context: .
4848
file: ./Dockerfile

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
password: ${{ secrets.QUAYIO_PASSWORD }}
113113

114114
- name: Build
115-
uses: docker/build-push-action@v6.14.0
115+
uses: docker/build-push-action@v6.15.0
116116
with:
117117
context: .
118118
file: ./Dockerfile

.github/workflows/security-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434

3535
- name: Build docker-salt-master image
36-
uses: docker/build-push-action@v6.14.0
36+
uses: docker/build-push-action@v6.15.0
3737
with:
3838
context: .
3939
file: ./Dockerfile

0 commit comments

Comments
 (0)