Skip to content

Commit

Permalink
Update dh_pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune authored Nov 22, 2023
1 parent b70efa4 commit 2d6dd40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dh_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
- name: Build and push the Alpine flavour
run: PATH=./:$PATH bash ./shx submit alpine
- name: Build and push the Debian Slim flavour
run: PATH=./:$PATH bash ./shx submit debslim
run: PATH=./:$PATH bash ./shx submit slimdeb
- name: Build and push the Debian flavour
run: PATH=./:$PATH bash ./shx submit debian
- name: Build and push the openSUSE Slim flavour
run: PATH=./:$PATH bash ./shx submit slimsuse
- name: Build and push the openSUSE flavour
run: PATH=./:$PATH bash ./shx submit opensuse
- name: Build and push the Rocky flavour
Expand Down

0 comments on commit 2d6dd40

Please sign in to comment.