fix: Docker step naming
This commit is contained in:
parent
55e585186e
commit
f109ce3517
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue