This commit is contained in:
parent
6bbd97c9d9
commit
65d5ae07e3
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ jobs:
|
|||
|
||||
- name: Build and push Docker image
|
||||
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