diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index b0e6406..7779dd3 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -56,6 +56,8 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} target: prod + cache-from: type=gha + cache-to: type=gha,mode=max build-args: | NODE_ENV=production VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}