We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2249e8b commit 2333901Copy full SHA for 2333901
.github/workflows/main.yml
@@ -77,5 +77,7 @@ jobs:
77
- name: Build and push
78
uses: docker/build-push-action@v6
79
with:
80
- push: ${{ github.event_name != 'pull_request' }}
81
tags: gcr.io/${{ env.PROJECT_ID }}/${{ env.IMAGE_NAME }}:${{ env.COMMIT_SHORT_SHA }}
+ push: ${{ github.event_name != 'pull_request' }}
82
+ cache-from: type=gha
83
+ cache-to: type=gha,mode=max
0 commit comments