Skip to content

Commit

Permalink
follow docker/build-push-action#406 (comment) for docker image cachin…
Browse files Browse the repository at this point in the history
…g in gh actions
  • Loading branch information
jrheard committed Jul 27, 2021
1 parent b6a96e5 commit 280718c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -42,6 +42,9 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.6.0
buildkitd-flags: --debug
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -55,6 +58,8 @@ jobs:
with:
push: true
tags: jrheard/rask_api:latest
cache-from: type=gha
cache-to: type=gha
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
5 changes: 5 additions & 0 deletions design-doc.md
Expand Up @@ -44,6 +44,11 @@ Stretch Overengineering Exercises
- [ ] Monitoring?
- [ ] Alerting?

Less Crazy Overengineering Exercises
====================================
Getting a full kubernetes setup running seems potentially expensive. What about https://devcenter.heroku.com/articles/container-registry-and-runtime ?
I also need to look into Linode, it has a Kubernetes offering too.

High-Level Design
=================
* Users primarily interact with the system via a CLI similar to `task`
Expand Down

0 comments on commit 280718c

Please sign in to comment.