Skip to content

Commit 7e7e7ff

Browse files
authored
Merge pull request #513 from perftools/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 2 to 6
2 parents 234fae8 + 333b526 commit 7e7e7ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/0.') }}
6363
6464
- name: Build and export to Docker (linux/amd64)
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: .
6868
platforms: linux/amd64
@@ -72,7 +72,7 @@ jobs:
7272
cache-to: type=gha,mode=max
7373

7474
- name: Build and export to Docker (linux/arm64)
75-
uses: docker/build-push-action@v2
75+
uses: docker/build-push-action@v6
7676
with:
7777
context: .
7878
platforms: linux/arm64
@@ -82,7 +82,7 @@ jobs:
8282
cache-to: type=gha,mode=max
8383

8484
- name: Build and export to Docker (linux/arm/v7)
85-
uses: docker/build-push-action@v2
85+
uses: docker/build-push-action@v6
8686
with:
8787
context: .
8888
platforms: linux/arm/v7
@@ -98,7 +98,7 @@ jobs:
9898
docker run --rm ${{ env.TEST_IMAGE }}:armv7 php --version
9999
100100
- name: Build and push Docker image
101-
uses: docker/build-push-action@v2.7.0
101+
uses: docker/build-push-action@v6
102102
with:
103103
context: .
104104
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)