mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-05 21:21:50 +00:00
Fix prereq steps not being split-up
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user