edit workflow file
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Failing after 3m36s

This commit is contained in:
2026-02-03 20:13:14 +07:00
parent d9126af9d7
commit 8782400d7e

View File

@@ -23,8 +23,15 @@ 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: Log in to Gitea Container Registry
# run: |
# echo "${{ secrets.GIT_PASSWORD }}" | docker login "${{ env.REGISTRY_HOST }}" -u "${{ github.actor }}" --password-stdin
- name: Get short SHA
id: vars