diff options
| author | Hazel Atkinson <yellowsink@riseup.net> | 2025-04-09 17:42:05 +0100 |
|---|---|---|
| committer | Hazel Atkinson <yellowsink@riseup.net> | 2025-04-09 17:45:43 +0100 |
| commit | 0263a68d331db9b6142ba972d6a24b33e6500781 (patch) | |
| tree | 51b7d73d16778c67c8ec11a0785bd9e3dcc9330d /.github | |
| parent | 62530eabfb8a7d278d570a8ee5375e6c67717fbb (diff) | |
| download | containerspy-0263a68d331db9b6142ba972d6a24b33e6500781.tar.gz containerspy-0263a68d331db9b6142ba972d6a24b33e6500781.tar.bz2 containerspy-0263a68d331db9b6142ba972d6a24b33e6500781.zip | |
way more optimal dockerfile
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ab5170..007f913 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,4 +58,6 @@ jobs: file: ./Dockerfile push: true tags: ${{ env.DOCKER_IMAGE_TAGS }} - platforms: linux/amd64,linux/arm64,linux/arm/v7
\ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v7 + cache-from: type=gha + cache-to: type=gha,mode=max
\ No newline at end of file |
