From 4a0303f4832bd6a6baf3d597d6985dd785b6a0c6 Mon Sep 17 00:00:00 2001 From: Sagent Date: Mon, 29 Jun 2026 14:34:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20image=20name=20php-apache=20=E2=86=92=20?= =?UTF-8?q?phpapache,=20cron=20missing=20-latest=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cron.yaml | 4 ++-- .gitea/workflows/main.yaml | 2 +- .gitea/workflows/tag.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/cron.yaml b/.gitea/workflows/cron.yaml index 357bb07..a885034 100644 --- a/.gitea/workflows/cron.yaml +++ b/.gitea/workflows/cron.yaml @@ -41,9 +41,9 @@ jobs: - id: meta uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 with: - images: jcabillot/php-apache + images: jcabillot/phpapache tags: | - type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }} + type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }} type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }} - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 7408ffe..3535f39 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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] diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index 864c99c..fbdcdb9 100644 --- a/.gitea/workflows/tag.yaml +++ b/.gitea/workflows/tag.yaml @@ -35,7 +35,7 @@ jobs: - id: meta uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 with: - images: jcabillot/php-apache + images: jcabillot/phpapache tags: | type=ref,event=tag type=ref,event=tag,suffix=-latest