/[LeafOK_CVS]/lbbs-combo/.github/workflows/docker-image.yml
ViewVC logotype

Diff of /lbbs-combo/.github/workflows/docker-image.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Sat Jan 24 15:27:48 2026 UTC Revision 1.5 by sysadm, Sun Jan 25 00:30:40 2026 UTC
# Line 70  jobs: Line 70  jobs:
70        with:        with:
71          platforms: ${{ env.DOCKERHUB_PLATFORMS }}          platforms: ${{ env.DOCKERHUB_PLATFORMS }}
72          context: .          context: .
73          file: Dockerfile/dockerfile.solr.testing          file: Dockerfile/dockerfile.solr
74          tags: |          tags: |
75            ${{ steps.meta-solr.outputs.tags }}            ${{ steps.meta-solr.outputs.tags }}
76          labels: ${{ steps.meta-solr.outputs.labels }}          labels: ${{ steps.meta-solr.outputs.labels }}
# Line 83  jobs: Line 83  jobs:
83        with:        with:
84          platforms: ${{ env.DOCKERHUB_PLATFORMS }}          platforms: ${{ env.DOCKERHUB_PLATFORMS }}
85          context: .          context: .
86          file: Dockerfile/dockerfile.apache.testing          file: Dockerfile/dockerfile.apache
87          tags: |          tags: |
88            ${{ steps.meta-apache.outputs.tags }}            ${{ steps.meta-apache.outputs.tags }}
89          labels: ${{ steps.meta-apache.outputs.labels }}          labels: ${{ steps.meta-apache.outputs.labels }}
# Line 96  jobs: Line 96  jobs:
96        with:        with:
97          platforms: ${{ env.DOCKERHUB_PLATFORMS }}          platforms: ${{ env.DOCKERHUB_PLATFORMS }}
98          context: .          context: .
99          file: Dockerfile/dockerfile.php.testing          file: Dockerfile/dockerfile.php
100          tags: |          tags: |
101            ${{ steps.meta-php.outputs.tags }}            ${{ steps.meta-php.outputs.tags }}
102          labels: ${{ steps.meta-php.outputs.labels }}          labels: ${{ steps.meta-php.outputs.labels }}
# Line 109  jobs: Line 109  jobs:
109        with:        with:
110          platforms: ${{ env.DOCKERHUB_PLATFORMS }}          platforms: ${{ env.DOCKERHUB_PLATFORMS }}
111          context: .          context: .
112          file: Dockerfile/dockerfile.bbsd.testing          file: Dockerfile/dockerfile.bbsd
113          tags: |          tags: |
114            ${{ steps.meta-bbsd.outputs.tags }}            ${{ steps.meta-bbsd.outputs.tags }}
115          labels: ${{ steps.meta-bbsd.outputs.labels }}          labels: ${{ steps.meta-bbsd.outputs.labels }}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1