Skip to content

Commit acfda6b

Browse files
committed
Bump docker/metadata-action to v5
1 parent 91d715c commit acfda6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dockerpublish.yml

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

2323
- name: Docker meta
2424
id: meta
25-
uses: docker/metadata-action@v4
25+
uses: docker/metadata-action@v5
2626
with:
2727
images:
2828
laradock/workspace
@@ -36,10 +36,10 @@ jobs:
3636
type=raw,value=latest
3737
3838
- name: Set up QEMU
39-
uses: docker/setup-qemu-action@v2
39+
uses: docker/setup-qemu-action@v3
4040

4141
- name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@v2
42+
uses: docker/setup-buildx-action@v3
4343

4444
- name: Login to Docker Hub
4545
if: ${{ (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
5050

5151
- name: Build and push
52-
uses: docker/build-push-action@v3
52+
uses: docker/build-push-action@v5
5353
with:
5454
file: Dockerfile-${{ matrix.php_version }}
5555
platforms: linux/amd64,linux/arm64,linux/386

0 commit comments

Comments
 (0)