File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- name : Docker meta
34
34
id : meta
35
- uses : docker/metadata-action@v4
35
+ uses : docker/metadata-action@v5
36
36
with :
37
37
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
38
38
tags : |
@@ -50,17 +50,17 @@ jobs:
50
50
password : ${{ secrets.GITHUB_TOKEN }}
51
51
52
52
- name : Set up QEMU
53
- uses : docker/setup-qemu-action@v1
53
+ uses : docker/setup-qemu-action@v3
54
54
55
55
- name : Set up Docker Buildx
56
56
id : buildx
57
- uses : docker/setup-buildx-action@v1
57
+ uses : docker/setup-buildx-action@v3
58
58
59
59
- name : Build and push
60
60
id : build
61
61
env :
62
62
TYPO3AZUREEDGEURIVERSION : ${{ env.DOCKER_METADATA_OUTPUT_VERSION }}
63
- uses : docker/build-push-action@v2
63
+ uses : docker/build-push-action@v6
64
64
with :
65
65
context : .
66
66
push : ${{ github.event_name != 'pull_request' }}
@@ -109,7 +109,7 @@ jobs:
109
109
-
110
110
name : Docker meta
111
111
id : meta
112
- uses : docker/metadata-action@v4
112
+ uses : docker/metadata-action@v5
113
113
with :
114
114
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
115
115
tags : |
You can’t perform that action at this time.
0 commit comments