Skip to content

Commit 84b8bc9

Browse files
committed
fix: update docker/build-push-action
1 parent 9c93e6d commit 84b8bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
4646

4747
- name: Build and push
48-
uses: docker/build-push-action@v2
48+
uses: docker/build-push-action@v3
4949
with:
5050
file: Dockerfile-${{ matrix.php_version }}
5151
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6

0 commit comments

Comments
 (0)