Skip to content

Commit

Permalink
Try enabling caching for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Feb 8, 2024
1 parent 3174cc6 commit 2fd0610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-whisper-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
workflow_dispatch:
push:
paths:
- "whisper_container/Dockerfile"
- ".github/workflows/build-whisper-docker.yml"
- 'whisper_container/Dockerfile'
- '.github/workflows/build-whisper-docker.yml'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down Expand Up @@ -70,5 +70,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2fd0610

Please sign in to comment.