From ffb84c40e1e2ee77ba7a6f816f1329416496fe95 Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Tue, 13 Apr 2021 19:56:04 -0700 Subject: [PATCH] build-test-deploy.yml: Add DEFAULT_DISTRO Since the DEFAULT_DISTRO was not set, the "latest" tag for the image was not being pushed. Signed-off-by: Randy Witt --- .github/workflows/build-test-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 762a7b1..b0d39c5 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -30,6 +30,7 @@ jobs: env: BASE_DISTRO: ${{ matrix.base_distro }} REPO: crops/poky + DEFAULT_DISTRO: ubuntu-18.04 DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}