Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr authored Jul 27, 2020
1 parent 4327903 commit cb3f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: docker build docker --tag $IMAGE_NAME

- name: Test image
run: docker run -i -t $IMAGE_NAME /bin/bash -c "source ~/.bashrc && cd /home/lab/imagine && pytest"
run: docker run -t $IMAGE_NAME /bin/bash -c "source ~/.bashrc && cd /home/lab/imagine && pytest"

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit cb3f4a5

Please sign in to comment.