Skip to content

Commit

Permalink
Add caching of build layers
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Nov 8, 2023
1 parent 6598b00 commit ccc0fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ vars.DOCKERHUB_REPOSITORY }}:${{ env.PYCHARM_VERSION }}-${{ env.azul_docker_pycharm_version }}
cache-from: type=registry,ref=${{ vars.DOCKERHUB_REPOSITORY }}_buildcache
cache-to: type=registry,ref=${{ vars.DOCKERHUB_REPOSITORY }}_buildcache,mode=max

0 comments on commit ccc0fbb

Please sign in to comment.