Update .github/workflows/containers.yml

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
Catriel Müller
2026-02-10 17:56:28 -03:00
committed by GitHub
co-authored by kiloconnect[bot]
parent 06b547a392
commit e5c7455aad
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
build:
runs-on: blacksmith-4vcpu-ubuntu-2404
env:
REGISTRY: ghcr.io/${{ github.repository_owner }}
REGISTRY: ghcr.io/${{ toLower(github.repository_owner) }}
TAG: "24.04"
steps:
- uses: actions/checkout@v4