File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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 }}
You can’t perform that action at this time.
0 commit comments