add docker detect

This commit is contained in:
2024-01-21 15:39:19 +08:00
parent e4b0d4c872
commit 3542562a32
5 changed files with 23 additions and 8 deletions

View File

@@ -40,5 +40,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=docker-cache
cache-to: type=gha,mode=max,scope=docker-cache
build-args: |
DENO_DEPLOYMENT_ID=${{ github.sha }}