experiment

This commit is contained in:
STAM 2021-04-01 14:01:20 +03:00
parent aa27a95f53
commit b73244baa6
2 changed files with 7 additions and 2 deletions

View File

@ -14,12 +14,17 @@ jobs:
build-forked-fixed-independed-images:
name: EpicMorg Base Production images
runs-on: windows-latest
env:
DOCKER_CLI_EXPERIMENTAL: enabled
steps:
- uses: actions/checkout@v2
- name: Log into registry
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
- name: Experimental Status
run: |
docker version -f '{{.Server.Experimental}}'
##################################################################################
- name: Build Base Win32 Production

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/windows:1809-amd64
FROM mcr.microsoft.com/windows:20H2-amd64
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ENV chocolateyUseWindowsCompression false