fix build calls
Some checks failed
default / build-and-deploy (push) Failing after 8s

This commit is contained in:
Pavel 2025-03-30 18:23:04 +03:00
parent 1b5da461ef
commit 734c8cc199

View file

@ -28,8 +28,8 @@ jobs:
done
echo "${{ secrets.GITHUB_TOKEN }}" | docker login git.neur0tx.site -u "${{ github.actor }}" --password-stdin
docker build -t git.neur0tx.site/${{ github.repository_owner }}/${{ github.repository_name }}:latest .
docker push git.neur0tx.site/${{ github.repository_owner }}/${{ github.repository_name }}:latest
docker build -t git.neur0tx.site/${{ env.GITHUB_REPOSITORY }}:latest .
docker push git.neur0tx.site/${{ env.GITHUB_REPOSITORY }}:latest
- name: Deploy
if: ${{ success() }}