Skip to content

Commit

Permalink
github/workflows: try remote docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 10, 2023
1 parent effd073 commit 97c91bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: build and push
uses: docker/[email protected]
with:
cache-from: fsouzaci/gha-cache:fake-gcs-server
cache-to: fsouzaci/gha-cache:fake-gcs-server
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: build
uses: docker/[email protected]
with:
cache-from: fsouzaci/gha-cache:fake-gcs-server
context: .
push: false
tags: fsouza/fake-gcs-server:latest
Expand Down

0 comments on commit 97c91bc

Please sign in to comment.