Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: dnsmasq
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dragonflydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: dragonfly
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: elasticsearch
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-magepack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: magepack
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-mailhog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: mailhog
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: mariadb
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: mariadb
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: mongo
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: mysql
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
)
echo "MYSQL_VERSION=${MYSQL_VERSION}" | tee /dev/stderr >> $GITHUB_ENV

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: mysql
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: nginx
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: opensearch
platforms: linux/amd64,linux/arm64
Expand Down
56 changes: 28 additions & 28 deletions .github/workflows/docker-image-php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
[[ "${{ matrix.version }}" == "$LATEST" ]] && echo "is_latest=true" >> $GITHUB_OUTPUT || echo "is_latest=false" >> $GITHUB_OUTPUT

- name: Build and push PHP base image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
file: php-fpm/Dockerfile
context: php-fpm/context
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
fi

- name: Build and push Node variant
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
file: php-fpm/node/Dockerfile
context: php-fpm/context
Expand Down Expand Up @@ -617,7 +617,7 @@ jobs:
if: ${{ !env.ACT }}

- name: Build and push XDebug variant with Node
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version != 'x' }}
with:
file: php-fpm/xdebug3/Dockerfile
Expand All @@ -636,7 +636,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push XDebug variant without Node
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version == 'x' }}
with:
file: php-fpm/xdebug3/Dockerfile
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
if: ${{ !env.ACT }}


- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' }}
with:
file: php-fpm/magento1/Dockerfile
Expand All @@ -701,7 +701,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' }}
with:
file: php-fpm/magento1/Dockerfile
Expand All @@ -716,7 +716,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' && matrix.latest }}
with:
file: php-fpm/magento1/Dockerfile
Expand All @@ -731,7 +731,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' && matrix.latest }}
with:
file: php-fpm/magento1/Dockerfile
Expand Down Expand Up @@ -778,7 +778,7 @@ jobs:
if: ${{ !env.ACT }}

- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' }}
with:
file: php-fpm/magento1/xdebug3/Dockerfile
Expand All @@ -795,7 +795,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push (no node)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' }}
with:
file: php-fpm/magento1/xdebug3/Dockerfile
Expand All @@ -812,7 +812,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push (latest with node)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' && matrix.latest }}
with:
file: php-fpm/magento1/xdebug3/Dockerfile
Expand All @@ -829,7 +829,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push (latest no node)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' && matrix.latest }}
with:
file: php-fpm/magento1/xdebug3/Dockerfile
Expand Down Expand Up @@ -878,7 +878,7 @@ jobs:
if: ${{ !env.ACT }}

- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' }}
with:
file: php-fpm/magento2/Dockerfile
Expand All @@ -894,7 +894,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push (no node)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' }}
with:
file: php-fpm/magento2/Dockerfile
Expand All @@ -910,7 +910,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push (latest with node)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' && matrix.latest }}
with:
file: php-fpm/magento2/Dockerfile
Expand All @@ -926,7 +926,7 @@ jobs:
# cache-to: type=gha,mode=max

- name: Build and push (latest no node)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' && matrix.latest }}
with:
file: php-fpm/magento2/Dockerfile
Expand Down Expand Up @@ -974,7 +974,7 @@ jobs:
if: ${{ !env.ACT }}


- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' }}
with:
file: php-fpm/magento2/xdebug3/Dockerfile
Expand All @@ -990,7 +990,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' }}
with:
file: php-fpm/magento2/xdebug3/Dockerfile
Expand All @@ -1006,7 +1006,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' && matrix.latest }}
with:
file: php-fpm/magento2/xdebug3/Dockerfile
Expand All @@ -1022,7 +1022,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' && matrix.latest }}
with:
file: php-fpm/magento2/xdebug3/Dockerfile
Expand Down Expand Up @@ -1071,7 +1071,7 @@ jobs:
if: ${{ !env.ACT }}


- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' }}
with:
file: php-fpm/wordpress/Dockerfile
Expand All @@ -1086,7 +1086,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' }}
with:
file: php-fpm/wordpress/Dockerfile
Expand All @@ -1101,7 +1101,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' && matrix.latest }}
with:
file: php-fpm/wordpress/Dockerfile
Expand All @@ -1116,7 +1116,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' && matrix.latest }}
with:
file: php-fpm/wordpress/Dockerfile
Expand Down Expand Up @@ -1164,7 +1164,7 @@ jobs:
if: ${{ !env.ACT }}


- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' }}
with:
file: php-fpm/wordpress/xdebug3/Dockerfile
Expand All @@ -1180,7 +1180,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' }}
with:
file: php-fpm/wordpress/xdebug3/Dockerfile
Expand All @@ -1196,7 +1196,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version!='x' && matrix.latest }}
with:
file: php-fpm/wordpress/xdebug3/Dockerfile
Expand All @@ -1212,7 +1212,7 @@ jobs:
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
if: ${{ matrix.node_version=='x' && matrix.latest }}
with:
file: php-fpm/wordpress/xdebug3/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: rabbitmq
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: redis
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-startpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
if: ${{ !env.ACT }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v7
with:
context: startpage
platforms: linux/amd64,linux/arm64
Expand Down
Loading
Loading