remove registry login step from CI pipelines
Some checks failed
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Failing after 7s

Runner is already authenticated via docker login on the host.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 23:50:29 +01:00
parent 3438f8d405
commit 7061a1f614
2 changed files with 0 additions and 12 deletions

View File

@@ -9,12 +9,6 @@ jobs:
name: 🏗️ Docker builder (latest from master) 🏗️
runs-on: dind
steps:
- name: "[docker] registry login"
uses: docker/login-action@v2
with:
registry: git.cynarski.pl
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: "[code] repository checkout"
uses: actions/checkout@v3
with:

View File

@@ -9,12 +9,6 @@ jobs:
name: 🏗️ Docker builder release tag 🏗️
runs-on: dind
steps:
- name: "[docker] registry login"
uses: docker/login-action@v2
with:
registry: git.cynarski.pl
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: "[code] repository checkout"
uses: actions/checkout@v3
with: