File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Docker meta
24
24
id : meta
25
- uses : docker/metadata-action@v4
25
+ uses : docker/metadata-action@v5
26
26
with :
27
27
images :
28
28
laradock/workspace
@@ -36,10 +36,10 @@ jobs:
36
36
type=raw,value=latest
37
37
38
38
- name : Set up QEMU
39
- uses : docker/setup-qemu-action@v2
39
+ uses : docker/setup-qemu-action@v3
40
40
41
41
- name : Set up Docker Buildx
42
- uses : docker/setup-buildx-action@v2
42
+ uses : docker/setup-buildx-action@v3
43
43
44
44
- name : Login to Docker Hub
45
45
if : ${{ (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
49
49
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
50
50
51
51
- name : Build and push
52
- uses : docker/build-push-action@v3
52
+ uses : docker/build-push-action@v5
53
53
with :
54
54
file : Dockerfile-${{ matrix.php_version }}
55
55
platforms : linux/amd64,linux/arm64,linux/386
You can’t perform that action at this time.
0 commit comments