fix: image name php-apache → phpapache, cron missing -latest tags
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 15s

This commit is contained in:
Sagent
2026-06-29 14:34:24 +00:00
parent 5ea637337f
commit 4a0303f483
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- run: docker build -t jcabillot/php-apache:${{ github.sha }} .
- run: docker build -t jcabillot/phpapache:${{ github.sha }} .
tag:
needs: [build]