Skip to content

Commit

Permalink
chore: debugged workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 9, 2021
1 parent 89fc224 commit 747676a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ jobs:
echo "::set-output name=dockerImageBaseUrl::${IMAGE_BASE_URL}"
echo "::set-output name=dockerRegistry::${DOCKER_REGISTRY}"
- name: Pull base Docker image
run: |
docker login ${{ steps.get-docker-image-tag.outputs.dockerRegistry }} \
--username ${{ secrets.DOCKER_REGISTRY_USERNAME }} \
--password ${{ secrets.DOCKER_REGISTRY_TOKEN }}
docker pull ghcr.io/biosimulators/biosimulators_rbapy/rbapy_base:latest
- name: Build Docker image
run: |
REVISION=$(git rev-parse HEAD)
Expand Down

0 comments on commit 747676a

Please sign in to comment.