Skip to content

Commit

Permalink
feat(publish-services): cache
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 10, 2022
1 parent a69919d commit f080ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
file: ${{ matrix.dockerfile }}
build-args: |
SOURCE_PATH=${{ matrix.source }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

# - name: 🏗 Install cosign
# if: github.event_name != 'pull_request'
Expand Down

0 comments on commit f080ad7

Please sign in to comment.