Skip to content

Commit 7b332c3

Browse files
authored
Merge pull request #151 from a5chin/fix/docker-label
fix: mail adress in docker label
2 parents f541777 + 07af9b5 commit 7b332c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
type=sha,prefix={{branch}}-
5050
type=raw,value=latest,enable={{is_default_branch}}
5151
labels: |
52-
maintainer=a5chin <a5chin.origin+contact@gmain.com>
52+
maintainer=a5chin <a5chin.origin+contact@gmail.com>
5353
org.opencontainers.image.url=https://github.com/${{ github.repository }}
5454
org.opencontainers.image.source=https://github.com/${{ github.repository }}
55-
org.opencontainers.image.vendor=a5chin <a5chin.origin+contact@gmain.com>
55+
org.opencontainers.image.vendor=a5chin <a5chin.origin+contact@gmail.com>
5656
org.opencontainers.image.title=python-uv
5757
org.opencontainers.image.description=App for Python development with uv-based dependency management and environment configuration.
5858
org.opencontainers.image.documentation=https://a5chin.github.io/python-uv/
59-
org.opencontainers.image.authors=a5chin <a5chin.origin+contact@gmain.com>
59+
org.opencontainers.image.authors=a5chin <a5chin.origin+contact@gmail.com>
6060
org.opencontainers.image.licenses=MIT
6161
6262
- name: Build and Push App Image

.github/workflows/publish-devcontainer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
type=sha,prefix={{branch}}-
5050
type=raw,value=latest,enable={{is_default_branch}}
5151
labels: |
52-
maintainer=a5chin <a5chin.origin+contact@gmain.com>
52+
maintainer=a5chin <a5chin.origin+contact@gmail.com>
5353
org.opencontainers.image.url=https://github.com/${{ github.repository }}
5454
org.opencontainers.image.source=https://github.com/${{ github.repository }}
55-
org.opencontainers.image.vendor=a5chin <a5chin.origin+contact@gmain.com>
55+
org.opencontainers.image.vendor=a5chin <a5chin.origin+contact@gmail.com>
5656
org.opencontainers.image.title=python-uv
5757
org.opencontainers.image.description=Dev Container for Python development with uv-based dependency management and environment configuration.
5858
org.opencontainers.image.documentation=https://a5chin.github.io/python-uv/
59-
org.opencontainers.image.authors=a5chin <a5chin.origin+contact@gmain.com>
59+
org.opencontainers.image.authors=a5chin <a5chin.origin+contact@gmail.com>
6060
org.opencontainers.image.licenses=MIT
6161
6262
- name: Build and Push Devcontainer Image

0 commit comments

Comments
 (0)