Skip to content

Commit

Permalink
try without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Oct 9, 2023
1 parent 2d2798c commit 36f7f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}-${{ matrix.ros_distro }}:${{ steps.date.outputs.date }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
# platforms: linux/arm64,linux/amd64

0 comments on commit 36f7f62

Please sign in to comment.