Skip to content

Commit

Permalink
PATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Feb 2, 2024
1 parent e48f149 commit 790915a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
file: docker/django/Dockerfile
push: true
tags: |
cweider2/courtlistener:latest-prod
cweider2/courtlistener:${{github.sha}}-prod
cweider2/courtlistener:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Placeholder
run: echo "imageid=${{ steps.build_push.imageid }}"



deploy:
Expand Down

0 comments on commit 790915a

Please sign in to comment.