edit login
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 4m45s

This commit is contained in:
2026-02-05 23:02:51 +07:00
parent ff63f8bd12
commit 1799687825

View File

@@ -23,8 +23,11 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Gitea Container Registry
run: |
echo "${{ secrets.GIT_PASSWORD }}" | docker login "${{ env.REGISTRY_HOST }}" -u "${{ github.actor }}" --password-stdin
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY_HOST }}
username: ${{ gitea.actor }}
password: ${{ secrets.GIT_PASSWORD }}
- name: Get short SHA
id: vars