File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
7676 ${{ env.DOCKERHUB_USER }}/${{ env.DOCKERHUB_REPO }}
7777 ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPO }}
7878 labels : |
79- org.opencontainers.image.maintainer=adrianmg231189@gmail.com
80- org.opencontainers.image.title=PR Generator
81- org.opencontainers.image.description=PR Generator to automate pull request management
82- org.opencontainers.image.vendor=devops-ia
79+ org.opencontainers.image.maintainer=amartingarcia,ialejandro'
80+ org.opencontainers.image.title=' PR Generator'
81+ org.opencontainers.image.description=' PR Generator to automate pull request management'
82+ org.opencontainers.image.vendor=' devops-ia'
8383 tags : |
8484 type=raw,value=${{ steps.semantic.outputs.new_release_git_tag }}
8585
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ RUN pip install --no-cache-dir --prefix=/install -r requirements.txt && \
1414# ============================================================
1515FROM python:3.14-slim
1616
17- LABEL maintainer="adrianmg231189@gmail.com"
18- LABEL org.opencontainers.image.source="https://github.com/devops-ia/pr-generator"
19- LABEL org.opencontainers.image.description="Automated PR creation from branch patterns"
17+ LABEL maintainer="amartingarcia, ialejandro"
2018
2119# Non-root user
2220RUN groupadd -r prgen && useradd -r -g prgen -d /app -s /sbin/nologin prgen
You can’t perform that action at this time.
0 commit comments