Skip to content

Commit 8ffaafe

Browse files
Copilotdannystaple
andcommitted
Add Docker environment variables for improved caching performance
Co-authored-by: dannystaple <426859+dannystaple@users.noreply.github.com>
1 parent d0d080b commit 8ffaafe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/on_call_build_site.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
jobs:
66
build_site:
77
runs-on: ubuntu-latest
8+
env:
9+
CACHE_IMAGE: orionrobots/orionrobots-site
10+
DOCKER_BUILDKIT: 1
11+
COMPOSE_DOCKER_CLI_BUILD: 1
812
steps:
913
- uses: actions/checkout@v4
1014

.github/workflows/on_call_staging_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
jobs:
66
staging_test:
77
runs-on: ubuntu-latest
8+
env:
9+
CACHE_IMAGE: orionrobots/orionrobots-site
10+
DOCKER_BUILDKIT: 1
11+
COMPOSE_DOCKER_CLI_BUILD: 1
812
steps:
913
- uses: actions/checkout@v4
1014
- name: Fetch site artifact

0 commit comments

Comments
 (0)