Skip to content

Commit 751ff6d

Browse files
committed
bump docker action to v2
- tags/repository are merged - set context
1 parent f8d386a commit 751ff6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
# https://github.com/docker/build-push-action
1717
- name: Build Docker image
18-
uses: docker/build-push-action@v1
18+
uses: docker/build-push-action@v2
1919
with:
20-
repository: jupyter/repo2docker
21-
tags: pr
20+
context: .
21+
tags: jupyter/repo2docker:pr
2222
push: false
2323

2424
- name: Run repo2docker Docker image

0 commit comments

Comments
 (0)