Switch image to 8.4 naming convention.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user