fixing yet another typo

This commit is contained in:
Gleb Boushev
2020-09-28 17:04:43 +03:00
parent dbe655a3bd
commit 1fa0ea2781

View File

@@ -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