Skip to content

Commit b00c81c

Browse files
committed
Packaging up
1 parent 7d14af3 commit b00c81c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#
2+
#
3+
# This is work in progress! Goal: parallelize builds and cache docker layers. Ideally not rebuild images that have no changed commits,
4+
# e.g. version each component separately vs. versioning all in one package based on workspaces-stack's version.
5+
#
6+
#
7+
8+
19
name: "Release v2"
210
on:
311
workflow_dispatch:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
name: Image Build
13+
name: Build, Push, Deploy (dev)
1414
environment: "dev"
1515
timeout-minutes: 45
1616
steps:

0 commit comments

Comments
 (0)