Skip to content

Commit

Permalink
Use cache_froms in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jul 14, 2020
1 parent a7492d3 commit cc6b11f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
repository: matts966/alphasql
tag_with_ref: true
dockerfile: docker/Dockerfile
cache_froms: matts966/alphasql:latest

- name: Push to GitHub Packages
uses: docker/build-push-action@v1
Expand All @@ -76,3 +77,4 @@ jobs:
repository: matts966/alphasql/alphasql
tag_with_ref: true
dockerfile: docker/Dockerfile
cache_froms: matts966/alphasql:latest

0 comments on commit cc6b11f

Please sign in to comment.