Skip to content

Commit

Permalink
fix: Use correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Jan 14, 2024
1 parent 66bfb41 commit 53816dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
with:
context: r-devel
context: r-debug
cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && 'type=gha' ) || '' }}
cache-to: type=gha,mode=max
push: true
Expand Down

0 comments on commit 53816dd

Please sign in to comment.