Skip to content

Commit

Permalink
Add docker image build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Dec 9, 2024
1 parent d4dd3a0 commit 716c390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ogc-app-cwl
pull: true
push: true
tags: danlooo/fairsendd:latest
cache-from: type=registry,ref=danlooo/fairsendd:latest
cache-to: type=inline

0 comments on commit 716c390

Please sign in to comment.