Skip to content

Commit

Permalink
chore: debugging CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 18, 2021
1 parent e38f0e7 commit d4002c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
registry: ${{ steps.get-docker-image-tag.outputs.dockerRegistry }}
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
password: "${{ secrets.DOCKER_REGISTRY_TOKEN }}"
image_name: ghcr.io/biosimulators/biosimulators_pysces/pysces_base
image_name: biosimulators/biosimulators_pysces/pysces_base
image_tag: ${{ steps.get-docker-image-tag.outputs.simulatorVersion }}
build_extra_args: "--build-arg SIMULATOR_VERSION=${{ steps.get-docker-image-tag.outputs.simulatorVersion }}"
dockerfile: Dockerfile-base
Expand Down

0 comments on commit d4002c1

Please sign in to comment.