Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,14 @@ jobs:
# BRANCH is the actual branch/tag in the github repo
# DOCKERHUB_TAGs are the tags to use for the REPO when pushing to dockerhub
# POKYBRANCH is the branch of poky selected by toaster to use during tests.
- repo: crops/toaster-dunfell
branch: dunfell
dockerhub_tag: latest
pokybranch: dunfell
- repo: crops/toaster-kirkstone
branch: kirkstone
dockerhub_tag: latest
pokybranch: kirkstone
- repo: crops/toaster-mickledore
branch: mickledore
- repo: crops/toaster-scarthgap
branch: scarthgap
dockerhub_tag: latest
pokybranch: mickledore
pokybranch: scarthgap
- repo: crops/toaster-master
branch: master
dockerhub_tag: latest
Expand All @@ -58,7 +54,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down