Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 80532e2

Browse files
committed
Entferne die Konvertierung des Repository-Namens in Kleinbuchstaben für Docker-Tags im GitHub Actions-Workflow
1 parent 7ff8cbb commit 80532e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
push: true
4242
platforms: linux/amd64,linux/arm64
4343
tags: |
44-
ghcr.io/${{ github.repository.lower() }}:latest
45-
ghcr.io/${{ github.repository.lower() }}:${{ github.ref_name }}
46-
ghcr.io/${{ github.repository.lower() }}:${{ github.sha }}
44+
ghcr.io/${{ github.repository }}:latest
45+
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
46+
ghcr.io/${{ github.repository }}:${{ github.sha }}

0 commit comments

Comments
 (0)