From 7fcefddb0a53a20b4393c0618bc9e3340bebd578 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 17 Jun 2024 09:42:18 -0700 Subject: [PATCH] Fix prereq steps not being split-up --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2246e98..c6befcc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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')