Skip to content

Commit

Permalink
build-test-deploy.yml: Add DEFAULT_DISTRO
Browse files Browse the repository at this point in the history
Since the DEFAULT_DISTRO was not set, the "latest" tag for the image was
not being pushed.

Signed-off-by: Randy Witt <randy.e.witt@intel.com>
  • Loading branch information
Randy Witt committed Apr 14, 2021
1 parent 8a8f559 commit ffb84c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit ffb84c4

Please sign in to comment.