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 id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: 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 - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
env: env:
ACTIONS_RUNTIME_TOKEN: '' ACTIONS_RUNTIME_TOKEN: ''
with: with:
tags: cs-git.ddnss.de/docker/php-apache-8-3 tags: cs-git.ddnss.de/docker/php-apache-8-4
push: true push: true
# cache-from: type=gha # cache-from: type=gha
# cache-to: type=gha,mode=max # cache-to: type=gha,mode=max