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')