Skip to content

Commit b609424

Browse files
authored
Merge pull request #1018 from minrk/docker-action-bump
bump docker action version
2 parents d24d7e4 + 751ff6d commit b609424

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)