|
|
@ -58,6 +58,7 @@ jobs:
|
|
|
|
type=semver,pattern={{major}}.{{minor}}
|
|
|
|
type=semver,pattern={{major}}.{{minor}}
|
|
|
|
type=semver,pattern={{major}}
|
|
|
|
type=semver,pattern={{major}}
|
|
|
|
type=sha
|
|
|
|
type=sha
|
|
|
|
|
|
|
|
type=raw,value=latest,enable={{is_default_branch}}
|
|
|
|
|
|
|
|
|
|
|
|
# Build and push Docker image
|
|
|
|
# Build and push Docker image
|
|
|
|
- name: Build and push Docker image
|
|
|
|
- name: Build and push Docker image
|
|
|
@ -71,3 +72,5 @@ jobs:
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
cache-from: type=gha
|
|
|
|
cache-from: type=gha
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|
|
|
|
|
build-args: |
|
|
|
|
|
|
|
|
BUILDKIT_INLINE_CACHE=1
|
|
|
|