Initial Portfolio #1

Merged
McPeakML merged 12 commits from mcpeakml/portfolio into main 2026-06-11 16:21:00 -04:00
Showing only changes of commit f109ce3517 - Show all commits

View file

@ -1,4 +1,4 @@
name: Build and publish Docker image
name: CI
on:
push:
@ -7,7 +7,7 @@ on:
pull_request:
jobs:
build:
audit-test-build:
runs-on: docker
container: oven/bun:1
steps:
@ -32,8 +32,8 @@ jobs:
name: dist
path: dist
docker:
needs: build
publish:
needs: audit-test-build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: docker
steps: