Skip to content

Commit c89f64d

Browse files
authored
Merge pull request #72 from erikn69/patch-2
Bump docker/metadata-action to v5
2 parents db62936 + c2a050c commit c89f64d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dockerimage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Docker meta
2121
id: meta
22-
uses: docker/metadata-action@v4
22+
uses: docker/metadata-action@v5
2323
with:
2424
images:
2525
laradock/php-fpm
@@ -32,10 +32,10 @@ jobs:
3232
type=raw,value=latest
3333
3434
- name: Set up QEMU
35-
uses: docker/setup-qemu-action@v2
35+
uses: docker/setup-qemu-action@v3
3636

3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v2
38+
uses: docker/setup-buildx-action@v3
3939

4040
- name: Login to Docker Hub
4141
if: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
4646

4747
- name: Build and push
48-
uses: docker/build-push-action@v3
48+
uses: docker/build-push-action@v5
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)