This commit is contained in:
parent
67cc9d0463
commit
7954c3d31d
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ jobs:
|
|||
image: docker:dind
|
||||
options: --privileged
|
||||
run: |
|
||||
while ! docker info > /dev/null 2>&1; do
|
||||
echo "Waiting for Docker daemon..."
|
||||
sleep 1
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue