We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d14af3 commit b00c81cCopy full SHA for b00c81c
.github/workflows/build-v2.yaml .github/build-v2-wip.yaml.github/workflows/build-v2.yaml renamed to .github/build-v2-wip.yaml
@@ -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
9
name: "Release v2"
10
on:
11
workflow_dispatch:
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ on:
jobs:
build:
12
runs-on: ubuntu-latest
13
- name: Image Build
+ name: Build, Push, Deploy (dev)
14
environment: "dev"
15
timeout-minutes: 45
16
steps:
0 commit comments