Skip to content

Commit

Permalink
Docker workflow try adding tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 8, 2020
1 parent d7d855c commit c32ce86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: docker/build-push-action@v1
with:
repository: jupyter/repo2docker
tags: pr
push: false

- name: Run repo2docker Docker image
run: docker run jupyter/repo2docker repo2docker --version
run: docker run jupyter/repo2docker:pr repo2docker --version

0 comments on commit c32ce86

Please sign in to comment.