Merge pull request #4740 from MichaelEischer/ci-upgrade-docker-actions

CI: update docker actions
This commit is contained in:
Michael Eischer
2024-03-28 18:16:38 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -302,7 +302,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: |
@@ -325,7 +325,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: .