From 9d8a1550d25256062567893f02e99e7291de2b47 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Thu, 23 Apr 2020 21:59:58 -0700 Subject: [PATCH] fix typo --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 796f5ee0f..36c5d7be9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: needs: unit-integration-test env: TEST_IMAGE: docker.pkg.github.com/CloudFire-LLC/cloudfire-ce/cloudfire:${GITHUB_SHA::8} - runs-on: ubuntu:18.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Build Docker Image @@ -59,7 +59,7 @@ jobs: needs: build-app-image env: TEST_IMAGE: docker.pkg.github.com/CloudFire-LLC/cloudfire-ce/cloudfire:${GITHUB_SHA::8} - runs-on: ubuntu:18.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Functional Test