Skip to content

Commit

Permalink
Merge pull request #11 from austenstone/docker-build-push
Browse files Browse the repository at this point in the history
Enhance Docker publish workflow with caching support
  • Loading branch information
austenstone authored Oct 25, 2024
2 parents 31e5701 + 6c8c81e commit cc692bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit cc692bb

Please sign in to comment.