fix: Docker step naming
Some checks failed
CI / audit-test-build (pull_request) Has been cancelled
CI / publish (pull_request) Has been cancelled

This commit is contained in:
Matthew McPeak 2026-06-10 17:06:45 -04:00
parent 55e585186e
commit f109ce3517
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

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: