Skip to content

Commit

Permalink
add caching to the build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Jan 16, 2024
1 parent b3a7090 commit 7827a43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
context: "{{defaultContext}}:nginx"
push: true
tags: ghcr.io/ufal/dockerized-nginx-with-shibboleth/nginx-shib:latest
cache-from: type=gha
cache-to: type=gha,mode=max
-
name: Build and push shibboleth
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:shibboleth"
push: true
tags: ghcr.io/ufal/dockerized-nginx-with-shibboleth/shibboleth:latest
tags: ghcr.io/ufal/dockerized-nginx-with-shibboleth/shibboleth:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 7827a43

Please sign in to comment.