Skip to content

Commit e280832

Browse files
jaapiolinawolf
authored andcommitted
[TASK] update docker build workflow
Update to latest versions.
1 parent 7ad266f commit e280832

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Docker meta
3434
id: meta
35-
uses: docker/metadata-action@v4
35+
uses: docker/metadata-action@v5
3636
with:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838
tags: |
@@ -50,17 +50,17 @@ jobs:
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Set up QEMU
53-
uses: docker/setup-qemu-action@v1
53+
uses: docker/setup-qemu-action@v3
5454

5555
- name: Set up Docker Buildx
5656
id: buildx
57-
uses: docker/setup-buildx-action@v1
57+
uses: docker/setup-buildx-action@v3
5858

5959
- name: Build and push
6060
id: build
6161
env:
6262
TYPO3AZUREEDGEURIVERSION: ${{ env.DOCKER_METADATA_OUTPUT_VERSION }}
63-
uses: docker/build-push-action@v2
63+
uses: docker/build-push-action@v6
6464
with:
6565
context: .
6666
push: ${{ github.event_name != 'pull_request' }}
@@ -109,7 +109,7 @@ jobs:
109109
-
110110
name: Docker meta
111111
id: meta
112-
uses: docker/metadata-action@v4
112+
uses: docker/metadata-action@v5
113113
with:
114114
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
115115
tags: |

0 commit comments

Comments
 (0)