CI: update docker actions

This commit is contained in:
Michael Eischer
2024-03-28 17:56:13 +01:00
parent d1d773cfcd
commit aee6d311f1
2 changed files with 6 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
@@ -321,7 +321,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
context: .