Login to both registry and token endpoint

This commit is contained in:
Bu5hm4nn
2026-03-23 15:54:41 +01:00
parent eff764f260
commit 9cc32c8bf3

View File

@@ -115,6 +115,13 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_PASSWORD || secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_PASSWORD || secrets.GITHUB_TOKEN }}
- name: Login to Forgejo token endpoint
uses: docker/login-action@v3
with:
registry: git.uncloud.vpn
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_PASSWORD || secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: