fix: docker login direct instead of action
All checks were successful
CI / build (push) Successful in 1m0s

This commit is contained in:
2026-03-28 07:52:12 +00:00
parent dcbd0d701c
commit bd42710daa

View File

@@ -15,11 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Login to Gitea Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ gitea.actor }} --password-stdin
- name: Build and push
run: |