Skip to content

Commit

Permalink
Fix authorization error when writting cache for the build (pull_request)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Mar 13, 2024
1 parent b593f00 commit 36c2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
env.azul_docker_registry,
env.azul_docker_pycharm_image
) }}"
cache-to: "${{ format(
cache-to: "${{ github.event_name == 'pull_request' && '' || format(
'type=registry,ref={0}{1}_buildcache,mode=max',
env.azul_docker_registry,
env.azul_docker_pycharm_image
Expand Down

0 comments on commit 36c2778

Please sign in to comment.