We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bfe96 commit 3d33db8Copy full SHA for 3d33db8
.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
78
context: ${{ matrix.app.context }}
79
file: ${{ matrix.app.context }}/Dockerfile
80
push: false
81
+ load: true
82
tags: ${{ matrix.app.image }}:${{ github.sha }}
83
cache-from: type=gha,scope=${{ matrix.app.name }}
84
cache-to: type=gha,mode=max,scope=${{ matrix.app.name }}
0 commit comments