Skip to content

Commit

Permalink
deps(actions): bump docker/build-push-action from 5 to 6 (#87)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 3, 2025
1 parent 2f7d717 commit ca26de1
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/dnsmasq/context
file: images/dnsmasq/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/context
file: images/elasticsearch/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-magepack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
MAGEPACK_VERSION: ${{ matrix.MAGEPACK_VERSION }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/magepack/context
file: images/magepack/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-mailbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/mailbox/context
file: images/mailbox/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/mariadb/context
file: images/mariadb/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/mysql/context
file: images/mysql/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/nginx/context
file: images/nginx/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/node/context
file: images/node/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-opensearch-dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/opensearch-dashboards/context
file: images/opensearch-dashboards/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/opensearch/context
file: images/opensearch/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-cli-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
BASE_IMAGE_TAG: ${{ matrix.BASE_IMAGE_TAG }}

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php/cli-loaders/context
Expand All @@ -70,7 +70,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php/cli-loaders/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
IMAGE_TAG: ${{ matrix.IMAGE_TAG }}

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php/cli/context
Expand All @@ -69,7 +69,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php/cli/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
BASE_IMAGE_TAG: ${{ matrix.BASE_IMAGE_TAG }}

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php/fpm-loaders/context
Expand All @@ -70,7 +70,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php/fpm-loaders/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-magento1-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "magento1"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-magento2-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "magento2"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-magento2-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "magento2-web"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "magento1"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "magento2"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "magento2-web"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "shopware"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "shopware-web"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "wordpress"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "wordpress-web"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm-rootless/${{ matrix.APP }}/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-shopware-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "shopware"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-shopware-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "shopware-web"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-wordpress-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "wordpress"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-php-fpm-wordpress-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHP_VARIANT: "wordpress-web"

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE == 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=inline

- name: Build and push default image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.DEFAULT_IMAGE != 'true' }}
with:
context: images/php-fpm/${{ matrix.APP }}/context
Expand Down
Loading

0 comments on commit ca26de1

Please sign in to comment.