This commit is contained in:
STAM 2021-04-01 14:34:26 +03:00
parent 09e4df449c
commit f52c71d368
2 changed files with 17 additions and 7 deletions

View File

@ -12,7 +12,7 @@ on:
jobs: jobs:
build-forked-fixed-independed-images: build-forked-fixed-independed-images:
name: EpicMorg Base Production images name: EpicMorg Base Win32 Production images
runs-on: windows-latest runs-on: windows-latest
env: env:
DOCKER_CLI_EXPERIMENTAL: true DOCKER_CLI_EXPERIMENTAL: true
@ -22,14 +22,20 @@ jobs:
- name: Log into registry - name: Log into registry
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
- name: Experimental Status - name: Get Experimental Status
run: |
docker version -f '{{.Server.Experimental}}'
dir C:/
dir C:/ProgramData
dir C:/ProgramData/Docker
- name: restart docker
run: restart-service *docker*
- name: Get Experimental Status
run: | run: |
docker version -f '{{.Server.Experimental}}' docker version -f '{{.Server.Experimental}}'
- name: Docker
run: |
powershell -Command "Get-ChildItem -Path C:\ -Filter daemon.json -Recurse -ErrorAction SilentlyContinue -Force"
################################################################################## ##################################################################################
- name: Build Base Win32 Production - name: Build Base Win32 Production

View File

@ -23,7 +23,7 @@ jobs:
################################################################################## ##################################################################################
build-base-prod-iamges: build-base-prod-iamges:
name: EpicMorg Base Production images name: EpicMorg Base Win32 Production images
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@ -31,6 +31,10 @@ jobs:
- name: Log into registry - name: Log into registry
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
- name: Get Experimental Status
run: |
docker version -f '{{.Server.Experimental}}'
################################################################################## ##################################################################################
- name: Build Base Win32 Production - name: Build Base Win32 Production