Skip to content

Commit c5366f3

Browse files
Update .github/workflows/publish-app.yml
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26d2c5d commit c5366f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
type=raw,value=latest,enable={{is_default_branch}}
5151
labels: |
5252
maintainer=a5chin <[email protected]>
53-
org.opencontainers.image.url=https://github.com/a5chin/python-uv
54-
org.opencontainers.image.source=https://github.com/a5chin/python-uv
53+
org.opencontainers.image.url=https://github.com/${{ github.repository }}
54+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
5555
org.opencontainers.image.vendor=a5chin <[email protected]>
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.

0 commit comments

Comments
 (0)