Skip to content

Commit

Permalink
Merge pull request #15 from Jomik/patch-1
Browse files Browse the repository at this point in the history
Cache docker build in GHA
  • Loading branch information
AlinaNova21 authored Feb 14, 2024
2 parents a3b44ee + 313f7be commit 9880bba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
context: .
push: true
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 9880bba

Please sign in to comment.