Switch image to 8.4 naming convention.

This commit is contained in:
2024-11-22 17:13:34 +01:00
parent 2c819bede7
commit d0fb6396e4

View File

@@ -36,14 +36,14 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: cs-git.ddnss.de/docker/php-apache-8-3
images: cs-git.ddnss.de/docker/php-apache-8-4
- name: Build and push Docker image
uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: ''
with:
tags: cs-git.ddnss.de/docker/php-apache-8-3
tags: cs-git.ddnss.de/docker/php-apache-8-4
push: true
# cache-from: type=gha
# cache-to: type=gha,mode=max