Skip to content

Commit

Permalink
docker-build-env.yml: Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Mar 15, 2024
1 parent f4a57b6 commit 4f75712
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,3 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/rmw-build-env:${{ matrix.tag }}
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/rmw-build-env:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/rmw-build-env:buildcache,mode=max

0 comments on commit 4f75712

Please sign in to comment.