From 1fa0ea27815fa9c4bfd4c798211966a59cd79bf1 Mon Sep 17 00:00:00 2001 From: Gleb Boushev <4c74356b41@outlook.com> Date: Mon, 28 Sep 2020 17:04:43 +0300 Subject: [PATCH] fixing yet another typo --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index da6fb43fc..d45cdbcd0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -23,7 +23,7 @@ jobs: - name: build docker image shell: bash - run: docker build -t tip/nightly:${{ github.run_id }} -f wlan-testing/docker/Dockerfile . + run: docker build -t tip/cloud-sdk-nightly:${{ github.run_id }} -f wlan-testing/docker/Dockerfile . - name: run nightly tests shell: bash