Skip to content

Commit

Permalink
Enable layer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Nov 7, 2023
1 parent 2ca226e commit 4720c2e
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 @@ -47,3 +47,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 4720c2e

Please sign in to comment.