Fix prereq steps not being split-up

This commit is contained in:
William Douglas
2024-06-17 09:42:18 -07:00
parent 6bda9b187f
commit 7fcefddb0a
+2 -1
View File
@@ -20,8 +20,9 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
- name: Build and Push os-core
run: ./build-and-push-images.sh os-core ${{ github.event.ref }}
- name: Build and Push httpd
run: ./build-and-push-images.sh httpd ${{ github.event.ref }}
release-matrix:
if: (github.event_name == 'create' && github.event.ref_type == 'tag')