Skip to content

Commit ec5b996

Browse files
Merge pull request #171 from r-devel/gitpod-build-image
docker: build gitpod docker image
2 parents a462d9e + ebe2a6c commit ec5b996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/build-gitpod-image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
- name: Build and push Docker image
6161
uses: docker/build-push-action@v5
6262
with:
63-
context: .gitpod.Dockerfile
63+
context: .
64+
file: .gitpod.Dockerfile
6465
push: true
6566
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:gitpod.${{ github.ref_name }}
6667
build-args: |

0 commit comments

Comments
 (0)