ci: remove registry login step (Distribution registry has no auth by default)
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m18s

This commit is contained in:
2026-05-15 15:38:39 +01:00
parent 70c9953a2d
commit 44055f0327

View File

@@ -22,13 +22,6 @@ jobs:
echo "release=${RELEASE_NAME}" >> $GITHUB_OUTPUT
echo "Building version ${VERSION} from branch ${BRANCH}"
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: reg.i3omb.com
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with: