Skip to content

Commit

Permalink
Try avoid caching
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 15, 2024
1 parent 1752755 commit 6f66171
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
with:
context: r-devel
cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }}
push: false
load: true
tags: wch1/r-devel
Expand All @@ -60,7 +59,6 @@ jobs:
uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
with:
context: r-debug-1
cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }}
push: false
load: true
tags: wch1/r-debug-1
Expand All @@ -69,7 +67,6 @@ jobs:
uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
with:
context: r-debug-2
cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }}
push: false
load: true
tags: wch1/r-debug-2
Expand All @@ -78,7 +75,6 @@ jobs:
uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
with:
context: r-debug-3
cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }}
push: false
load: true
tags: wch1/r-debug-3
Expand All @@ -87,7 +83,6 @@ jobs:
uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
with:
context: r-debug-4
cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }}
push: false
load: true
tags: wch1/r-debug-4
Expand Down

0 comments on commit 6f66171

Please sign in to comment.