Skip to content

Commit c83b6dd

Browse files
feat: add gh cache
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 2aaee63 commit c83b6dd

File tree

1 file changed

+3
-0
lines changed
  • .github/actions/build-and-push-container-image

1 file changed

+3
-0
lines changed

.github/actions/build-and-push-container-image/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ runs:
153153
file: ./src/${{ inputs.image }}/Dockerfile
154154
push: true
155155
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
156+
cache-from: type=gha
157+
cache-to: type=gha,mode=max
158+
github-token: ${{ inputs.github-container-registry-token }}
156159

157160
- name: Export digest
158161
run: |

0 commit comments

Comments
 (0)