Skip to content

Commit

Permalink
Merge pull request #5 from nofusscomputing/further-testing
Browse files Browse the repository at this point in the history
fdgdf (pr name)
  • Loading branch information
jon-nfc authored Aug 3, 2024
2 parents 3a129d3 + dc9d03f commit 42eadf5
Show file tree
Hide file tree
Showing 10 changed files with 1,219 additions and 156 deletions.
126 changes: 0 additions & 126 deletions .github/workflows/build-image.yaml

This file was deleted.

62 changes: 44 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,50 @@
# ---
---

# name: 'CI'
name: 'CI'

# on:
# push:
# branches:
# - '*' # matches every branch that doesn't contain a '/'
# - '*/*' # matches every branch containing a single '/'
# - '**' # matches every branch
# # - '!master'

on:
# workflow_call:
# inputs:
# build-branch: # tag / dev
# required: true
# type: string
push:
branches:
- '**'
tags:
- '*'
pull_request:
branches:
- '**'

# jobs:

# Commit-Message-Check:
# name: 'Check Commit Messages'
# uses: nofusscomputing/scratchpad/.github/workflows/commit-msg-check.yaml@feature
# env:
# DOCKER_BUILD_IMAGE: "ghcr.io/${{ github.repository }}-fred:${{ github.sha }}"

# build:
# name: Build Docker Container
# uses: nofusscomputing/scratchpad/.github/workflows/build-image.yaml@feature
# with:
# build-branch: dev

# permissions:
# pull-requests: write
# contents: read
# actions: read
# checks: write
# packages: write
# security-events: write
# statuses: write



jobs:

docker:
name: 'Docker'
uses: nofusscomputing/scratchpad/.github/workflows/docker.yaml@further-testing
with:
DOCKER_BUILD_IMAGE_NAME: "${{ github.repository }}"


release:
name: 'Release'
uses: nofusscomputing/scratchpad/.github/workflows/release.yaml@further-testing
# with:
# DOCKER_BUILD_IMAGE_NAME: "${{ github.repository }}"
Loading

0 comments on commit 42eadf5

Please sign in to comment.