Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node
name: Build

on:
workflow_call:
Expand All @@ -8,8 +8,8 @@ on:
value: ${{ jobs.build.outputs.image-digests }}

jobs:
node:
name: Node
build:
name: Build
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
with:
version-package: package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ permissions:

jobs:
build:
name: Build
name: Job
uses: ./.github/workflows/build.yaml
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ permissions:

jobs:
build:
name: Build
name: Job
uses: ./.github/workflows/build.yaml

promote:
name: Promote
name: Job
needs: build
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
with:
Expand Down
Loading