summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoler_j <soler_j@etna-alternance.net>2025-04-27 22:08:08 +0200
committersoler_j <soler_j@etna-alternance.net>2025-04-27 22:08:08 +0200
commit52e83702cef073308a5e3ebb3b36dec00dfb07d3 (patch)
tree9a752877f06cc74bf19ac63eb03bd646611fdd3a
parentb3ff23e3924a383976ae799bf126f2d7f2a1339c (diff)
Supprimer les étapes de mise en cache dans le workflow de construction Docker
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4798e43..4a9ff22 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -58,8 +58,6 @@ jobs:
push: false # Do not push yet
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.tag }}
labels: ${{ steps.meta-api.outputs.labels }}
- cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:cache
- cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:cache,mode=max
merge-and-push:
runs-on: ubuntu-latest