From c46d44653372aae34c02c9ed7d124466626e5b38 Mon Sep 17 00:00:00 2001 From: Pokorny Martin Date: Fri, 24 Nov 2023 23:14:15 +0100 Subject: [PATCH] docker --- .github/workflows/createBundle.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/createBundle.yml b/.github/workflows/createBundle.yml index 29d1992..83b5498 100644 --- a/.github/workflows/createBundle.yml +++ b/.github/workflows/createBundle.yml @@ -170,10 +170,20 @@ jobs: tests: name: WinCC OA tests - runs-on: windows-2019 + runs-on: Ubuntu 2004 GCC + container: + image: ghcr.io/agruberetm/winccoa:v3.19.7-server + credentials: + username: mPokornyETM + password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }} needs: build steps: + - name: who-am-i + shell: bash + run: | + echo "--This is running in my custom Docker image--" + uname - uses: actions/checkout@v3 - name: Prepare tests