This commit is contained in:
parent
65d5ae07e3
commit
8c4aaa65fe
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ jobs:
|
|||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
dockerd-entrypoint.sh &
|
||||
|
||||
until 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