-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Caching can be very easily added to GitHub Actions
steps:
- name: "[π³] Build and Push Docker Image"
id: build-push
uses: docker/build-push-action@v6
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.DOCKER_IMAGE_NAME }}:latest
++ cache-from: type=gha
++ cache-to: type=gha,mode=maxIt will significantly speed up the deployment and build process, I can add this also
Metadata
Metadata
Assignees
Labels
No labels