Skip to content

Commit 549a0e3

Browse files
dependabot[bot]cdalvaro
authored andcommitted
build(deps): Bump docker/build-push-action from 6.8.0 to 6.9.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.8.0...v6.9.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 453f2ff commit 549a0e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "Cache contents available at: ${CACHE_PATH}"
6464
6565
- name: Build docker-salt-master image
66-
uses: docker/build-push-action@v6.8.0
66+
uses: docker/build-push-action@v6.9.0
6767
with:
6868
context: .
6969
file: ./Dockerfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
password: ${{ secrets.QUAYIO_PASSWORD }}
134134

135135
- name: Build
136-
uses: docker/build-push-action@v6.8.0
136+
uses: docker/build-push-action@v6.9.0
137137
with:
138138
context: .
139139
file: ./Dockerfile

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Build docker-salt-master image
4141
if: github.event_name != 'schedule'
42-
uses: docker/build-push-action@v6.8.0
42+
uses: docker/build-push-action@v6.9.0
4343
with:
4444
context: .
4545
file: ./Dockerfile

0 commit comments

Comments
 (0)