Skip to content

Commit

Permalink
Testing lowercase repo name for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Aug 22, 2024
1 parent a8681d0 commit c0a0f9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Docker

on:
# Disable schedule for preliminary testing
# schedule:
# - cron: "0 17 * * 6"
schedule:
- cron: "0 17 * * 6"
push:
branches:
- main
- bug-invalid-org-case
pull_request:
paths:
- .docker/**
Expand Down Expand Up @@ -114,8 +114,8 @@ jobs:
${{ steps.meta-desktop-nvidia.outputs.bake-file }}
push: ${{ env.PUSH }}
set: |
*.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}:cache-${{ matrix.ROS_DISTRO }}
*.cache-to=type=registry,mode=max,ref=ghcr.io/${{ github.repository }}:cache-${{ matrix.ROS_DISTRO }}
*.cache-from=type=registry,ref=ghcr.io/${{ steps.lowercase-repo.outputs.repository }}:cache-${{ matrix.ROS_DISTRO }}
*.cache-to=type=registry,mode=max,ref=ghcr.io/${{ steps.lowercase-repo.outputs.repository }}:cache-${{ matrix.ROS_DISTRO }}
# Pull request builds are not cached; and only built for AMD64
- if: github.event_name == 'pull_request'
Expand Down

0 comments on commit c0a0f9b

Please sign in to comment.