Make make target naming matching

This commit is contained in:
Martin Šalata
2021-04-02 22:57:47 +02:00
parent ed73fc0e65
commit cfa76c2953
2 changed files with 3 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: make build-images
run: make build-images
- name: make build-image
run: make build-image