Skip to content

Commit 1d1aa43

Browse files
dependabot[bot]stsnel
authored andcommitted
Build(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 041d031 commit 1d1aa43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-push-image-matomo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@v7
4242
with:
4343
context: matomo-ansible/docker/images/matomo
4444
file: matomo-ansible/docker/images/matomo/Dockerfile

.github/workflows/build-push-image-mta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: matomo-ansible/docker/images/mta
4545
file: matomo-ansible/docker/images/mta/Dockerfile

.github/workflows/build-push-image-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@v7
4242
with:
4343
context: matomo-ansible/docker/images/nginx
4444
file: matomo-ansible/docker/images/nginx/Dockerfile

0 commit comments

Comments
 (0)