We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c82a3 commit 0d0a18eCopy full SHA for 0d0a18e
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
type=raw,value=latest,enable={{is_default_branch}}
70
type=ref,event=tag
71
- name: Build and push Docker image
72
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
73
with:
74
file: Dockerfile
75
context: .
@@ -80,8 +80,8 @@ jobs:
80
platforms: linux/amd64,linux/arm64
81
tags: ${{ steps.meta.outputs.tags }}
82
labels: ${{ steps.meta.outputs.labels }}
83
- cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.CACHE_PATH }}:cache
84
- cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.CACHE_PATH }}:cache,mode=max
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
85
86
build:
87
needs: [test, setup]
0 commit comments